Skip to content
Claude Desktop

markdown notes mcp for Claude Desktop

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

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

client:Claude Desktop transport:stdio runtime:npm

Install markdown notes mcp in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "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>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

markdown notes mcp in other clients