Skip to content
VS Code

forex mobile for VS Code

io.github.klawdik/forex-mobile

Forex broker data, comparisons, recommendations & live rates for AI agents.

client:VS Code transport:stdio runtime:npm

Install forex mobile in VS Code

.vscode/mcp.json

{
  "servers": {
    "forex-mobile": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "forex-mobile-mcp"
      ]
    }
  }
}

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

forex mobile in other clients