Statistics Canada MCP Server for Cursor
io.github.aryan-jhaveri/mcp-statcan
Access Statistics Canada data via the Web Data Services API
client:Cursor
transport:stdio
runtime:pypi
Install Statistics Canada MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-statcan": {
"type": "stdio",
"command": "uvx",
"args": [
"statcan-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs