mcp-currency-converter

cchinchoy/mcp-currency-converter
★ 0 stars TypeScript 📦 Other Updated 8d ago
Intro tutorial for MCP servers - A Currency Converter - Step by Step evolution
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-currency-convert": {
      "command": "npx",
      "args": [
        "-y",
        "cchinchoy/mcp-currency-converter"
      ]
    }
  }
}