IntegrationsBeginner

Connect an MCP client

Connect Claude, ChatGPT, Codex, or another MCP client using OAuth.

Server URL

https://app.airogeledit.org/api/v1/mcp

Add this URL as a remote MCP server in a client that supports Streamable HTTP and OAuth. The server publishes OAuth authorization and protected-resource metadata, so compatible clients can discover sign-in automatically.

Authorize access

  1. Add the server URL in your MCP client.
  2. Sign in to Airogel Editor when redirected.
  3. Review and approve the requested workspace permissions.
  4. Return to the client and refresh its tool list.

Start with accounts_list

Call accounts_list first. Every other standard tool needs an account_id belonging to the authenticated user.

1. accounts_list
2. projects_list(account_id)
3. scenes_list(account_id, project_id)
4. scene_objects_list(account_id, project_id, scene_id)

Tool discovery

The MCP tools/list response is the canonical machine-readable reference. It includes the tools currently available to the signed-in user, their descriptions, and typed input schemas.