statcan mcp for Cursor
io.github.arose26/statcan-mcp
Statistics Canada's 8,200+ data tables: CPI, GDP, labour force, housing. No API key.
client:Cursor
transport:stdio
runtime:npm
Install statcan mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"statcan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"statcan-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs