Skip to content
Claude Desktop

markdown for Claude Desktop

io.github.ofershap/markdown

Markdown MCP — search, extract sections, list headings, find code blocks.

client:Claude Desktop transport:stdio runtime:npm

Install markdown in Claude Desktop

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

{
  "mcpServers": {
    "markdown": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-markdown"
      ]
    }
  }
}

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

markdown in other clients