4,500+ servers built on MCP Fusion
Vinkius
Craft (Docs & Notes) logo
Vinkius
CrewAI logo

How to Use the Craft (Docs & Notes) MCP in CrewAI

Coordinate teams of autonomous CrewAI agents to research, write, and organize documents inside your Craft workspace.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Craft (Docs & Notes) MCP on Cursor AI Code Editor MCP Client Craft (Docs & Notes) MCP on Claude Desktop App MCP Integration Craft (Docs & Notes) MCP on OpenAI Agents SDK MCP Compatible Craft (Docs & Notes) MCP on Visual Studio Code MCP Extension Client Craft (Docs & Notes) MCP on GitHub Copilot AI Agent MCP Integration Craft (Docs & Notes) MCP on Google Gemini AI MCP Integration Craft (Docs & Notes) MCP on Lovable AI Development MCP Client Craft (Docs & Notes) MCP on Mistral AI Agents MCP Compatible Craft (Docs & Notes) MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Craft (Docs & Notes) MCP to CrewAI

Create your Vinkius account to connect Craft (Docs & Notes) to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Collaborative workspace research with CrewAI

Finding information across hundreds of pages relies on `search_documents` to execute text queries across your Craft workspace. A specialized research agent in your CrewAI team can run this search to gather context before passing findings to other agents. Once the relevant files are identified, the agent uses `get_document` to pull the raw text blocks. This shared memory setup allows the rest of your crew to analyze the data without repeating the search.

Multi-agent task tracking via this MCP Server

Managing active projects requires the `list_tasks` tool to collect checklists from various documents in your Craft workspace. This MCP Server exposes these task arrays so your manager agent can monitor progress and delegate outstanding items to specific sub-agents. As those sub-agents complete their work, they call `update_document` to check off the completed tasks. This sequential execution ensures your project status is updated in real time without human intervention.

Autonomous document drafting and formatting

Writing structured meeting summaries uses `create_document` to generate new pages with a defined JSON payload. Your writer agent generates the content, while an editor agent formats the layout using `append_block`. This collaborative pipeline ensures that every document added to your Craft workspace matches your team's style guide. The entire process runs autonomously, leaving your team with polished notes ready for review.

Setup guide

Set up Craft (Docs & Notes) MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Craft (Docs & Notes) tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Craft (Docs & Notes) Analyst",
    goal="Access and analyze Craft (Docs & Notes) data via MCP.",
    backstory="Expert analyst with direct Craft (Docs & Notes) access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Craft (Docs & Notes) transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Craft (Docs & Notes) MCP in CrewAI

Yes, your agents share the same MCP client instance. While one agent uses `search_documents` to find context, another can use `append_block` to write updates to a completely different document.
Use the `MCPServerHTTP` class from `crewai.mcp` and define a `tool_filter`. This lets you expose safe tools like `list_documents` while blocking destructive ones like `delete_document` on the MCP Server side.
You can pass your Vinkius HTTP endpoint URL directly into the agent's `mcps` array during initialization. The CrewAI framework handles the connection and exposes the MCP tools to the agent automatically.
Yes, you just need to install `crewai` and `crewai[tools]` via pip. The integration runs natively over HTTP or SSE, requiring no special system-level dependencies.
All interactions with your Craft documents, blocks, and checklists are routed through single-use, sandboxed execution environments. Your credentials and workspace content are never cached, keeping your private data secure.

Start using the Craft (Docs & Notes) MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for Craft (Docs & Notes). Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.