Skip to content
Gemini CLI

The Trade Desk MCP Server for Gemini CLI

io.github.cesteral/ttd-mcp

The Trade Desk management — CRUD, GraphQL, bulk ops, and async reports

client:Gemini CLI transport:streamable-http runtime:npm

Install The Trade Desk MCP Server in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "ttd-mcp": {
      "httpUrl": "https://{host}/ttd-mcp/mcp"
    }
  }
}

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

The Trade Desk MCP Server in other clients