Skip to content
Cursor

fastmcp pdftools for Cursor

io.github.atarkowska/fastmcp-pdftools

An MCP server that provides [describe what your server does]

client:Cursor transport:stdio runtime:pypi

Install fastmcp pdftools in Cursor

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

{
  "mcpServers": {
    "fastmcp-pdftools": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "fastmcp-pdftools"
      ]
    }
  }
}

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

fastmcp pdftools in other clients