Overview

Programmatic access to Pixloop's brand-aware generation, editing, media, workflow, and publishing tools through a remote MCP server.


11 MCP tools65 documented actionsOAuth + HTTPS remote MCPtools/list returns JSON schemas

What Pixloop MCP does

Pixloop gives AI agents a production layer for marketing creative. Agents can load brand context, generate images, videos, and audio, upload and inspect media, run saved workflows, select exact models when needed, and publish to connected social accounts after approval.

The public server is built for remote MCP clients: Claude, Claude Code, Codex, Cursor, Windsurf, the OpenAI Responses API, the OpenAI Agents SDK, and any client that speaks Streamable HTTP. The server exposes authenticated JSON-RPC methods including initialize, tools/list, and tools/call.

Endpoint

https://mcp.pixloop.ai/mcp

Existing clients that use https://mcp.pixloop.ai continue to work, but /mcp is the clearest connector endpoint.

Authentication

OAuth 2.0 (connector clients)

Claude, Codex, Cursor, Windsurf, ChatGPT custom MCP apps/connectors, and Responses API remote MCP calls use OAuth 2.0 authorization code with PKCE. The server exposes /.well-known/oauth-protected-resource and /.well-known/oauth-authorization-server for discovery.

API key (programmatic or fallback)

OpenAI Agents SDK, Codex fallback setup, and direct API calls can pass a Pixloop API key in the Authorization: Bearer sk_live_... header. Create or copy one in Pixloop Studio under Account Settings → API Keys.