Skip to content
Cursor

katzilla for Cursor

io.github.codeislaw101/katzilla

300+ free public & government data sources behind one API key, for AI agents.

client:Cursor transport:stdio runtime:npm

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

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

katzilla in other clients