Cursor
Cursor supports remote MCP servers natively. Try OAuth first; fall back to a security token if needed.
Paste this prompt into Cursor Chat. If Cursor offers an OAuth browser flow, use it.
Please connect to the Popcorn MCP server.
MCP URL:https://api.popcorn.co/mcp
If you support OAuth, use one-click connect.If you do not support OAuth, ask me for a Popcorn security token and help me add it safely.
Once connected, tell me what I can do with Popcorn.If Cursor prompts for a config, this minimal entry works:
{ "mcpServers": { "popcorn": { "url": "https://api.popcorn.co/mcp" } }}After the MCP server is connected, restart Cursor so the popcorn tools become available.
First, generate a security token.
Open or create:
~/.cursor/mcp.jsonPaste this in:
{ "mcpServers": { "popcorn": { "url": "https://api.popcorn.co/mcp", "headers": { "Authorization": "Bearer YOUR_POPCORN_API_KEY" } } }}Save the file, then restart Cursor. You’ll see the popcorn server in Settings → MCP.