Skip to content
Cursor

er api mcp for Cursor

io.github.mrfentmen/er-api-mcp

ExchangeRate API currency conversion.

client:Cursor transport:stdio runtime:npm

Install er api mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "er-api-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "er-api-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

er api mcp in other clients