Loading MCP server directory, please wait...
Convert currencies, get FX rates, and query historical ECB exchange rate data.
npx @getmcp/cli add io.github.cyanheads/exchange-rates-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cyanheads/exchange-rates-mcp-server": {
"command": "bun",
"args": [
"@cyanheads/exchange-rates-mcp-server",
"run",
"start:stdio"
],
"env": {
"FRANKFURTER_BASE_URL": "https://api.frankfurter.dev/v1",
"FX_TIMESERIES_CANVAS_THRESHOLD_DAYS": "90",
"MCP_LOG_LEVEL": "info"
}
}
}
}