Skip to content

trading212 mcp server for Zed

io.github.kyurish/trading212-mcp-server

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

client:Zed transport:stdio runtime:pypi

Install trading212 mcp server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "trading212-mcp-server": {
      "command": "uvx",
      "args": [
        "trading212-mcp-server"
      ],
      "env": {
        "TRADING212_API_KEY": "<TRADING212_API_KEY>",
        "TRADING212_API_SECRET": "<TRADING212_API_SECRET>",
        "ENVIRONMENT": "<ENVIRONMENT>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

trading212 mcp server in other clients