Skip to content
Grok

ecb mcp for Grok

io.github.scka-de/ecb-mcp

ECB data for AI agents — rates, yields, inflation, money supply, and 100+ datasets. No API key.

client:Grok transport:stdio runtime:npm

Install ecb mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "ecb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ecb-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

ecb mcp in other clients