Skip to content
Windsurf

eToro MCP Server for Windsurf

io.github.gabrielcerutti/etoro-mcp-server

Connect AI assistants to eToro for portfolio analysis, market research, and trading.

client:Windsurf transport:stdio runtime:npm

Install eToro 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": {
    "etoro-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "etoro-mcp-server"
      ],
      "env": {
        "ETORO_API_KEY": "<ETORO_API_KEY>",
        "ETORO_USER_KEY": "<ETORO_USER_KEY>",
        "ETORO_TRADING_MODE": "<ETORO_TRADING_MODE>"
      }
    }
  }
}

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

eToro MCP Server in other clients