Exchange Rate API for Cursor
io.github.exchange-rateapi/mcp-server
Real-time & historical exchange rates for 160+ currencies, mid-market (Reuters/Refinitiv).
client:Cursor
transport:stdio
runtime:npm
Install Exchange Rate API in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@exchangerateapi/mcp-server"
],
"env": {
"EXCHANGE_RATE_API_KEY": "<EXCHANGE_RATE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs