Skip to content

markdown notes mcp for Zed

io.github.narashiman-k/markdown-notes-mcp

Convert PDF, Word, Excel, PowerPoint, EPUB and images to Markdown locally, with no upload.

client:Zed transport:stdio runtime:npm

Install markdown notes mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "markdown-notes-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "suprasuta-markdown-mcp"
      ],
      "env": {
        "MARKDOWN_MCP_ROOTS": "<MARKDOWN_MCP_ROOTS>",
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "ASSEMBLYAI_API_KEY": "<ASSEMBLYAI_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

markdown notes mcp in other clients