Mad Lit is a markdown notes app with a built-in remote MCP server. Connect it as a Claude connector and Claude can read, create, update, and search your notes without leaving the conversation. Supports OAuth 2.1 and Streamable HTTP – no local server setup required. ## What Claude can do - Read and search pages by title or content - Create, update, and append to pages - Organise pages into sections - Create and manage tasks (standalone or embedded on a page) - Post comments and reply to @claude mentions in the editor ## Connecting via Claude Desktop Add to your `claude_desktop_config.json`: ```json { "mcpServers": { "mad-lit": { "command": "npx "args": ["-y", "mcp-remote", "https://madlit.io/api/mcp/http"] } } } OAuth login is handled automatically on first connect. Two-way workflow Write in Mad Lit and tag @claude in a comment to invite Claude into your document — or ask Claur workspace. - **Homepage:** `https://madlit.io`
How to connect
https://server.smithery.ai/angus-tait/mad-lit/mcp
curl -X POST https://server.smithery.ai/angus-tait/mad-lit/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'