Exchange Rate API for Windsurf
io.github.exchange-rateapi/mcp-server
Real-time & historical exchange rates for 160+ currencies, mid-market (Reuters/Refinitiv).
client:Windsurf
transport:stdio
runtime:npm
Install Exchange Rate API in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@exchangerateapi/mcp-server"
],
"env": {
"EXCHANGE_RATE_API_KEY": "<EXCHANGE_RATE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs