Connect Bloopo to your agent
One remote MCP server, OAuth sign-in, no API keys. Endpoint: https://mcp.bloopo.ai/mcp
Claude.ai / Claude Desktop
Settings → Connectors → Add custom connector, then paste the URL:
https://mcp.bloopo.ai/mcp
Claude Code
One command in your terminal:
claude mcp add --transport http bloopo https://mcp.bloopo.ai/mcp
ChatGPT
Settings → Apps & Connectors → Advanced → enable Developer mode, then Create → paste the server URL and complete the OAuth sign-in:
https://mcp.bloopo.ai/mcp
Codex CLI
Add the server to ~/.codex/config.toml:
[mcp_servers.bloopo] url = "https://mcp.bloopo.ai/mcp"
Cursor
Project config (recommended): add .cursor/mcp.json in the repo root:
{
"mcpServers": {
"bloopo": {
"type": "http",
"url": "https://mcp.bloopo.ai/mcp"
}
}
}
Or open Cursor Settings → MCP and add the same HTTP URL. Complete the OAuth sign-in when Cursor prompts, then smoke with check_balance / first_spark.
Once connected, just ask for what you want — "make me a TikTok ad for my candle brand" — and Bloopo handles the rest. Questions? blooper@bloopo.ai · bloopo.ai