Quick Start
Connect Pixloop MCP to Claude, Codex, Cursor, Windsurf, or any remote MCP client.
60-second quickstart
Add the endpoint
Use the Streamable HTTP endpoint in your MCP client.
https://mcp.pixloop.ai/mcpConnect your account
Complete the OAuth flow. Pixloop grants tools based on your signed-in workspace, brands, media, credits, workflows, and publishing connections.
Ask for a real output
Try: "List my Pixloop tools, then create a brand-aware product ad from this brief."
Install by client
Settings → Connectors → Add custom connector → enter mcp.pixloop.ai → Authorize.
Run: claude mcp add --transport http pixloop https://mcp.pixloop.ai/mcp (OAuth auto-discovered).
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.
Settings → Features → MCP → Add new MCP server → URL: https://mcp.pixloop.ai/mcp. For headers, edit ~/.cursor/mcp.json.
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.
Add a custom MCP server in OpenClaw config — URL: https://mcp.pixloop.ai/mcp. Same OAuth flow as Claude.
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.
Use MCPServerStreamableHttp with url: "https://mcp.pixloop.ai/mcp" and an Authorization Bearer header. See /docs/openai for full code examples.
Use Streamable HTTP with OAuth. The server exposes protected resource and authorization server metadata for discovery.
{
"mcpServers": {
"pixloop": {
"url": "https://mcp.pixloop.ai/mcp"
}
}
}