Quick Start

Connect Pixloop MCP to Claude, Codex, Cursor, Windsurf, or any remote MCP client.


60-second quickstart

1

Add the endpoint

Use the Streamable HTTP endpoint in your MCP client.

https://mcp.pixloop.ai/mcp
2

Connect your account

Complete the OAuth flow. Pixloop grants tools based on your signed-in workspace, brands, media, credits, workflows, and publishing connections.

3

Ask for a real output

Try: "List my Pixloop tools, then create a brand-aware product ad from this brief."

Install by client

Claude (web)

Settings → Connectors → Add custom connector → enter mcp.pixloop.ai → Authorize.

Claude Code

Run: claude mcp add --transport http pixloop https://mcp.pixloop.ai/mcp (OAuth auto-discovered).

Codex

Run: codex mcp add pixloop --url https://mcp.pixloop.ai/mcp, then codex mcp login pixloop --scopes mcp. Use --bearer-token-env-var PIXLOOP_API_KEY only as an API-key fallback.

Cursor

Settings → Features → MCP → Add new MCP server → URL: https://mcp.pixloop.ai/mcp. For headers, edit ~/.cursor/mcp.json.

Gemini CLI

Edit ~/.gemini/settings.json: add mcpServers.pixloop with url https://mcp.pixloop.ai/mcp, type http, and an Authorization Bearer header for your API key.

OpenClaw

Add a custom MCP server in OpenClaw config — URL: https://mcp.pixloop.ai/mcp. Same OAuth flow as Claude.

OpenAI Responses API

Pass type: "mcp" in the tools array with server_url: "https://mcp.pixloop.ai/mcp" and an OAuth access token in the authorization field. See /docs/openai.

OpenAI Agents SDK

Use MCPServerStreamableHttp with url: "https://mcp.pixloop.ai/mcp" and an Authorization Bearer header. See /docs/openai for full code examples.

Other MCP clients

Use Streamable HTTP with OAuth. The server exposes protected resource and authorization server metadata for discovery.

{
  "mcpServers": {
    "pixloop": {
      "url": "https://mcp.pixloop.ai/mcp"
    }
  }
}