Skip to content
Cursor

pdf document mcp for Cursor

io.github.csoai-org/pdf-document-mcp

Pdf Document MCP Server by MEOK AI Labs

client:Cursor transport:stdio runtime:pypi

Install pdf document mcp in Cursor

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

{
  "mcpServers": {
    "pdf-document-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "pdf-document-mcp"
      ]
    }
  }
}

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

pdf document mcp in other clients