statcan mcp for Grok
io.github.arose26/statcan-mcp
Statistics Canada's 8,200+ data tables: CPI, GDP, labour force, housing. No API key.
client:Grok
transport:stdio
runtime:npm
Install statcan mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"statcan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"statcan-mcp"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs