Skip to content
Gemini CLI

eToro MCP Server for Gemini CLI

io.github.gabrielcerutti/etoro-mcp-server

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

client:Gemini CLI transport:stdio runtime:npm

Install eToro MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

eToro MCP Server in other clients