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
{
"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