Celoia/MCP

Connect Celoia MCP

Add Celoia to Claude or Codex using a single endpoint URL. First connection opens OAuth login once, then your session is reused.

1. Use this MCP URL

https://mcp.celoia.com

2. Connect in Claude/Codex

  1. Add a new remote MCP server.
  2. Paste the URL above.
  3. Complete OAuth in browser.
  4. Return to Claude/Codex and start using Celoia tools.

Manual config (optional)

{
  "mcpServers": {
    "celoia": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.celoia.com"
      ]
    }
  }
}