Skip to content
Cursor

mkdocs mcp for Cursor

io.github.ubaumann/mkdocs-mcp

An MCP server that provides serves MkDocs as resources.

client:Cursor transport:stdio runtime:pypi

Install mkdocs mcp in Cursor

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

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

{
  "mcpServers": {
    "mkdocs-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mkdocs-mcp"
      ],
      "env": {
        "MKDOCS_PROJECT_PATH": "<MKDOCS_PROJECT_PATH>"
      }
    }
  }
}

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

mkdocs mcp in other clients