Skip to content

Currency Converter

Free

by MCP Community

An mcp tool to use currency converter

v1.0.0Added Apr 12, 2026
mcpcurrency_converter
Works with:ClaudeGPTGeminiCopilot

Currency Converter MCP Server

An mcp tool to use currency converter

Installation

npx -y currency-converter-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y currency-converter-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "currency-converter": {
      "command": "npx",
      "args": ["-y", "currency-converter-mcp"]
    }
  }
}