Skip to content
Cursor

markdown for Cursor

io.github.ofershap/markdown

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

client:Cursor transport:stdio runtime:npm

Install markdown in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

markdown in other clients