MCP server for European financial data — ECB rates, Eurostat inflation, GDP, unemployment. Works with Claude, Cursor, Windsurf.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-eu-finance": {
"command": "npx",
"args": [
"-y",
"nexusforge-tools/mcp-eu-finance"
]
}
}
}
Run in terminal:
claude mcp add mcp-eu-finance npx -y nexusforge-tools/mcp-eu-finance
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-eu-finance": {
"command": "npx",
"args": [
"-y",
"nexusforge-tools/mcp-eu-finance"
]
}
}
}