Skip to content
Grok

scb opendata mcp for Grok

io.github.ashwinvis/scb-opendata-mcp

Statistics Sweden’s open data made available as an MCP server, using Python and FastMCP

client:Grok transport:stdio runtime:pypi

Install scb opendata mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "scb-opendata-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "scb-opendata-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

scb opendata mcp in other clients