Home › Other › Drafto

Drafto

Create, read, search, and organize your Drafto notes and notebooks.

TypeScript Remote
★ 14 stars Last pushed 2026-09-22 License: GPL-3.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://drafto.eu/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http drafto https://drafto.eu/api/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "drafto": {
      "url": "https://drafto.eu/api/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token — generate an API key at drafto.eu/settings

Related servers

Data from the Official MCP Registry