statfin mcp for Cursor
io.github.3121n/statfin-mcp
Statistics Finland (StatFin/PxWeb): search tables, read metadata, fetch JSON-stat2 data.
client:Cursor
transport:stdio
runtime:npm
Install statfin mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"statfin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nor-data/statfin-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs