Query IMF SDMX 3.0 macroeconomic data — 193 dataflows, WEO, BOP, CPI, exchange rates, 190 countries.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"imf-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/imf-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add imf-mcp-server npx -y cyanheads/imf-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"imf-mcp-server": {
"command": "npx",
"args": [
"-y",
"cyanheads/imf-mcp-server"
]
}
}
}