Craft logo

Craft

Notes & second brain

Official docs

About Craft

Craft helps users create structured documents, manage tasks, and organize a personal knowledge base. Its connector gives assistants a persistent workspace for saving research, drafting content, tracking to-dos, and arranging information into folders.

Connection details

https://mcp.craft.do/my/mcp
Transport
Streamable HTTP
Authentication
OAuth

Setup

claude mcp add craft --transport http https://mcp.craft.do/my/mcp

Frequently asked questions

What is the Craft remote MCP server?

The Craft remote MCP server is a hosted Model Context Protocol endpoint at https://mcp.craft.do/my/mcp, so AI assistants can connect to it without installing or running anything locally. Craft helps users create structured documents, manage tasks, and organize a personal knowledge base. Its connector gives assistants a persistent workspace for saving research, drafting content, tracking to-dos, and arranging information into folders.

How do I connect to the Craft MCP server?

Add the endpoint https://mcp.craft.do/my/mcp to any MCP-compatible client such as Claude Code, Codex, Cursor, or VS Code. The setup snippets on this page configure each client in one step.

Does the Craft MCP server require authentication?

Yes. Craft uses OAuth: the first time you connect, your MCP client opens a browser window to sign in and authorize access, then reuses the credentials for future sessions.

Which transport does the Craft MCP server use?

Craft exposes a Streamable HTTP endpoint, the current standard transport for the Model Context Protocol, supported by all major MCP clients.

More remote MCP servers