Skip to content
Cursor

ecb mcp for Cursor

io.github.scka-de/ecb-mcp

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

client:Cursor transport:stdio runtime:npm

Install ecb mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ecb-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ecb-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ecb mcp in other clients