Skip to content
Cline

markdown for Cline

io.github.ofershap/markdown

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

client:Cline transport:stdio runtime:npm

Install markdown 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

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

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

markdown in other clients