Craft (Docs & Notes) Connector for AI agents.
10 live capabilities
Manage your Craft.do workspace and documents with natural language commands.
Waiting for input…
Why people use Craft (Docs & Notes)
Craft (Docs & Notes) for Organized Research and Note-Taking
This Connector ends the cycle. You can tell your agent to grab the research, summarize it, and then automatically append_block those summaries into your project doc. It turns your workspace into a live database your agent can actually work in.
What Vinkius changes
Your agent gets hands-on access to your Craft.do workspace without you ever having to switch tabs.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
The messy research project
A researcher asks their agent to find all notes related to a specific project and summarize the current status using search_documents.
- Real-world use case 02
The rapid prototype
A product lead tells their agent to create a new document called Sprint 1 Goals and add a checklist of 5 items using create_document.
- Real-world use case 03
The daily standup
A manager asks their agent what they need to do today and it pulls the daily note and task list using get_daily_note.
Complete set · 10capabilities
The complete Craft (Docs & Notes) capability set.
These are the exact actions your AI can choose when you ask it to work with Craft (Docs & Notes).
01—04
4 capabilities in this set.
Part of 10 available through Craft (Docs & Notes).
- 01 Capability
List documents
Find specific folders and routing spaces within your Craft workspace.
- 02 Capability
Search documents
Run text queries to find documents based on structural keywords.
- 03 Capability
List blocks
See all the structured blocks and rules currently attached to a page.
- 04 Capability
Append block
Insert new blocks like checklists or headings into an existing page.
05—07
3 capabilities in this set.
Part of 10 available through Craft (Docs & Notes).
- 05 Capability
Update document
Change existing values within your workspace by patching specific Document values.
- 06 Capability
Delete document
Permanently remove specific Document rows from your app.
- 07 Capability
Get document
Pull the full content and metadata for a specific Document ID.
08—10
3 capabilities in this set.
Part of 10 available through Craft (Docs & Notes).
- 08 Capability
Create document
Generate a new document row with your custom title and Markdown content.
- 09 Capability
List tasks
Get a full list of active tasks and checklists across your workspace.
- 10 Capability
Get daily note
Fetch your daily notes and calendar mappings for a specific date.
Set up in minutes
One URL. Then ask Craft (Docs & Notes) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Craft (Docs & Notes) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PLH3Yuw33NrCSkq9OczzyOtBzL4YzCIrPgwU6mNZ/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Craft (Docs & Notes), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Craft (Docs & Notes) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_PLH3Yuw33NrCSkq9OczzyOtBzL4YzCIrPgwU6mNZ/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Craft (Docs & Notes) URL.
- Step 03
Save and start
Save the connection and enable Craft (Docs & Notes) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"craft-docs-notes": {
"url": "https://edge.vinkius.com/vk_preview_PLH3Yuw33NrCSkq9OczzyOtBzL4YzCIrPgwU6mNZ/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Craft (Docs & Notes)
Open Agent mode in chat and ask: "Using Craft (Docs & Notes), help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"craft-docs-notes": {
"url": "https://edge.vinkius.com/vk_preview_PLH3Yuw33NrCSkq9OczzyOtBzL4YzCIrPgwU6mNZ/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Craft (Docs & Notes)
Ask Copilot: "Using Craft (Docs & Notes), help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"craft-docs-notes": {
"url": "https://edge.vinkius.com/vk_preview_PLH3Yuw33NrCSkq9OczzyOtBzL4YzCIrPgwU6mNZ/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Craft (Docs & Notes)
Open Cascade and ask: "Using Craft (Docs & Notes), help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"craft-docs-notes": {
"url": "https://edge.vinkius.com/vk_preview_PLH3Yuw33NrCSkq9OczzyOtBzL4YzCIrPgwU6mNZ/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Craft (Docs & Notes)
Ask Cline: "Using Craft (Docs & Notes), help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add craft-docs-notes --transport http "https://edge.vinkius.com/vk_preview_PLH3Yuw33NrCSkq9OczzyOtBzL4YzCIrPgwU6mNZ/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Craft (Docs & Notes)
Ask Claude: "Using Craft (Docs & Notes), show me...". 10 tools are ready
Where the request belongs
Work Craft can move forward.
Writers, project managers, and product leads who find themselves drowning in fragmented notes and want a way to query their entire knowledge base instantly.
Content Strategist
Auditing research blocks and appending new content to drafts without leaving the chat.
Product Manager
Tracking cross-functional tasks and syncing daily progress journals.
Researcher
Organizing massive amounts of Markdown notes into searchable, structured folders.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBear
Manage your Bear notes via AI. search, create, and organize your markdown knowledge base autonomously.
Wolai
All-in-one information organization and collaboration platform. manage pages, databases, and blocks via AI.
Logseq (Knowledge Management)
Manage your knowledge base via Logseq. create pages, insert outliner blocks, and search across your local graph.
Nuclino
Equip your AI agent with full read/write access to your Nuclino workspaces, teams, and items. the unified capability for knowledge, docs, and projects.
Memo Meister
Create and organize smart notes with AI-powered tagging, search, and knowledge connections that make your ideas retrievable.
Slab
Manage your team's knowledge base. query wiki articles, create new documentation, and explore topics directly using AI agents.
Bring your own AI
Change the model, client or framework. Keep Craft connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Craft.
The practical details behind the request, access and result.
Can the Craft (Docs & Notes) MCP create new documents for me?
Yes, it can. Your agent can generate new documents with specific titles and Markdown content, which then appear in your Craft.do workspace.
Will the Craft (Docs & Notes) MCP help me manage my daily tasks?
It will. You can ask your agent to pull in your daily notes or list all tasks across your workspace to see what's pending.
Can I use the Craft (Docs & Notes) MCP to organize my research?
Absolutely. You can use it to search for specific documents, list folders, and append new research blocks to existing pages.
Is the Craft (Docs & Notes) MCP good for team collaboration?
It's great for managing the documents you share with your team. Your agent can help you navigate workspace boundaries and update shared content.
How do I get my agent to update a specific note in Craft?
You just tell your agent what to change. It uses the connection to patch the specific block values in your documents automatically.
Can the Craft (Docs & Notes) MCP delete old files?
Yes, it can remove specific document rows from your workspace to help you keep your workspace clean and organized.
Can my agent add specific content like code blocks or callouts to a Page?
Yes. Use the 'append_block' capability. You can specify the 'type' (text, heading, list, code, callout, or checklist) and provide the Markdown content. The agent will translate this directly to native Craft Block UUID endpoints.
How do I retrieve my task list across all my Craft documents?
Use the 'list_tasks' capability. Your agent will sweep through your workspace configurations and request absolute arrays isolating all Task nodes, allowing you to see all pending items in one view.
Can I access my Daily Notes journal through the agent?
Absolutely. The 'get_daily_note' capability retrieves temporal records by date. Your agent can fetch the exact Page linked to a specific day in your Calendar, letting you read or update your journals seamlessly.
One connection away
Give your agent a direct line to Craft.
Connect Craft once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available