Drafto MCP Server

A note-taking app with notebooks, rich text editing, and auto-save. Available as a web app, iOS + Android apps, and a macOS desktop app - all with offline support. It is available as a remote MCP endpoint.

Teams that want a hosted productivity endpoint instead of running a local process. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 14 · #113 OF 160 MAINTAINED PRODUCTIVITY · VERIFIED 2026-09-18

GPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Drafto

Claude Code

claude mcp add jakubanderwald-drafto --transport http https://drafto.eu/api/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "jakubanderwald-drafto": {
      "url": "https://drafto.eu/api/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://drafto.eu/api/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as remote - your agent's requests go to drafto.eu

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license GPL-3.0 - declared in the repository

registry vendor namespace eu.drafto - domain-verified with the official MCP registry

03 · Who maintains Drafto

Drafto is maintained by jakubanderwald. It's the only MCP server we track from this author; the repo dates to Feb 2026.

04 · Facts

category
productivity - ranked #113 of 160 actively-maintained productivity servers as of 2026-09-18.
registry
eu.drafto/mcp (active, first published 2026-04-14 · 2 versions)

05 · Drafto FAQ

What is Drafto?

A note-taking app with notebooks, rich text editing, and auto-save. Available as a web app, iOS + Android apps, and a macOS desktop app - all with offline support. It is available as a remote MCP endpoint.

Is Drafto still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15. We re-verify nightly.

How do I install Drafto?

Run `claude mcp add jakubanderwald-drafto --transport http https://drafto.eu/api/mcp`. You can also paste the ready-made client config above.

Does Drafto require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

06 · Alternatives to Drafto