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.com2. Connect in Claude/Codex
- Add a new remote MCP server.
- Paste the URL above.
- Complete OAuth in browser.
- Return to Claude/Codex and start using Celoia tools.
Manual config (optional)
{
"mcpServers": {
"celoia": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.celoia.com"
]
}
}
}