Skip to content
Cursor

cpfhub for Cursor

io.github.cpfhub/cpfhub

MCP server for CPFHub.io. Query Brazilian CPF data directly from AI agents.

client:Cursor transport:stdio runtime:npm

Install cpfhub 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": {
    "cpfhub": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cpfhub/mcp"
      ],
      "env": {
        "CPFHUB_API_KEY": "<CPFHUB_API_KEY>"
      }
    }
  }
}

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

cpfhub in other clients