Skip to content
VS Code

The Trade Desk MCP Server for VS Code

io.github.cesteral/ttd-mcp

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

client:VS Code transport:streamable-http runtime:npm

Install The Trade Desk MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "ttd-mcp": {
      "type": "http",
      "url": "https://{host}/ttd-mcp/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

The Trade Desk MCP Server in other clients