currency-server-mcp

day0ops/currency-server-mcp
★ 0 stars Unknown language 📦 Other Updated 8d ago
MCP server providing live currency exchange rates
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": {
    "currency-server-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "day0ops/currency-server-mcp"
      ]
    }
  }
}