Other MCP clients
If your AI agent supports remote MCP, it can connect to Popcorn with the same server URL.
Server URL:
https://api.popcorn.co/mcpTransport: Streamable HTTP
Add Popcorn as a remote MCP server. If the client asks how to authenticate, choose OAuth or browser sign-in first.
The minimal config most clients accept:
{ "mcpServers": { "popcorn": { "url": "https://api.popcorn.co/mcp" } }}If your client requires a Bearer header, generate a Popcorn security token and use it like this:
{ "mcpServers": { "popcorn": { "url": "https://api.popcorn.co/mcp", "headers": { "Authorization": "Bearer YOUR_POPCORN_API_KEY" } } }}Does it work with ChatGPT?
Section titled “Does it work with ChatGPT?”Not yet. ChatGPT’s MCP connector format isn’t fully compatible with our server today. Use Claude (one-click), Claude Code, Tasklet, Cursor, Windsurf, VS Code, or Zed in the meantime.