mcp for Cursor
io.github.unirate-api/mcp
Currency conversion and exchange rates for AI. 170+ currencies, historical data back to 1999.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@unirate/mcp"
],
"env": {
"UNIRATE_API_KEY": "<UNIRATE_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs