statfin mcp for Grok
io.github.3121n/statfin-mcp
Statistics Finland (StatFin/PxWeb): search tables, read metadata, fetch JSON-stat2 data.
client:Grok
transport:stdio
runtime:npm
Install statfin mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"statfin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nor-data/statfin-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