★ 1 stars
JavaScript
🤖 AI/LLM
Updated today
MCP server bringing live FX rates, historical data, and multi-currency lookups from AllRatesToday to Claude Code, Cursor, Claude Desktop, and Windsurf. Free API key required.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"AllRates-Today/mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server npx -y AllRates-Today/mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"AllRates-Today/mcp-server"
]
}
}
}
📋 Copy
Topics
ai claude claude-code currency-api cursor exchange-rate forex function-calling llm mcp mcp-server real-time-rates windsurf