Skip to content
VS Code

exchange rates mcp server for VS Code

io.github.cyanheads/exchange-rates-mcp-server

Convert currencies, get FX rates, and query historical ECB exchange rate data.

client:VS Code transport:streamable-http runtime:npm tools:7

Install exchange rates mcp server in VS Code

.vscode/mcp.json

{
  "servers": {
    "exchange-rates-mcp-server": {
      "type": "http",
      "url": "https://exchange-rates.caseyjhand.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

What VS Code can do once it is connected

exchange rates mcp server in other clients