Skip to content
Windsurf

Capital.com MCP Server for Windsurf

io.github.simontarara62/capitalcom-mcp-server

Unofficial community MCP for the Capital.com Open API. Guarded two-phase trades; demo-first.

client:Windsurf transport:stdio runtime:pypi

Install Capital.com MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "capitalcom-mcp-server": {
      "command": "uvx",
      "args": [
        "capitalcom-mcp"
      ],
      "env": {
        "CAP_ENV_FILE": "<CAP_ENV_FILE>",
        "CAP_API_KEY": "<CAP_API_KEY>",
        "CAP_IDENTIFIER": "<CAP_IDENTIFIER>",
        "CAP_API_PASSWORD": "<CAP_API_PASSWORD>",
        "CAP_ENV": "<CAP_ENV>",
        "CAP_ALLOW_TRADING": "<CAP_ALLOW_TRADING>",
        "CAP_ALLOWED_EPICS": "<CAP_ALLOWED_EPICS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Capital.com MCP Server in other clients