Skip to content
Cline

markdown notes mcp for Cline

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

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

client:Cline transport:stdio runtime:npm

Install markdown notes mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

markdown notes mcp in other clients