eToro MCP Server for Zed
io.github.gabrielcerutti/etoro-mcp-server
Connect AI assistants to eToro for portfolio analysis, market research, and trading.
client:Zed
transport:stdio
runtime:npm
Install eToro MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs