Exchange Rate API for Zed
io.github.exchange-rateapi/mcp-server
Real-time & historical exchange rates for 160+ currencies, mid-market (Reuters/Refinitiv).
client:Zed
transport:stdio
runtime:npm
Install Exchange Rate API in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@exchangerateapi/mcp-server"
],
"env": {
"EXCHANGE_RATE_API_KEY": "<EXCHANGE_RATE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs