Currency Converter
Freeby MCP Community
An mcp tool to use currency converter
v1.0.0Added Apr 12, 2026
mcpcurrency_converter
Currency Converter MCP Server
An mcp tool to use currency converter
Installation
npx -y currency-converter-mcp
Reviews
Installation
Quick install
npx -y currency-converter-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"currency-converter": {
"command": "npx",
"args": ["-y", "currency-converter-mcp"]
}
}
}