https://aiola.app/api/mcp — transport is Streamable HTTP, authentication is OAuth 2.1. It is separate from, and does not affect, the local MCP server the Aiola desktop app runs.
Before you start
- An Aiola account with an active Pro subscription or free trial. GUI Lifetime does not include hosted connector access.
- Analytics, app logs, or feedback set up for at least one project — the tools read the data those surfaces collect.
Connect Claude
1
Open connector settings
In Claude, go to Settings → Connectors and select Add custom connector.
2
Enter connector details
Name the connector
Aiola and set the URL to https://aiola.app/api/mcp.3
Configure authentication settings
Leave the two auto-detected options as Claude sets them:
- Authentication:
Always required - OAuth client:
No client ID — register one automatically
4
Add and approve
Add the connector, then approve access on the
aiola.app consent screen that opens.Connect other clients
- Claude Code
- Codex CLI
- Cursor
- VS Code
- ChatGPT
Each client opens a browser once for OAuth sign-in.
Available tools
Every tool takes an optional
project argument naming an Aiola project. Omit it and the tool uses your only project automatically, or returns the list of project names to choose from when you have several.
Privacy and limits
- Nothing can be deleted and account settings cannot be changed. The only writes are the two status updates above.
get_app_log_eventsstrips request headers, request body, request query, user IP, and user email by default and reports what it removed in a_redactedfield. Passinclude_request_data: trueonly when raw request context is needed; those fields can contain secrets.- Connected clients get read-only access scoped to your own projects, enforced by row-level security.
- Shared budget of 120 units per minute per user; heavier tools cost more units than light ones.
Troubleshooting
Approval fails or returns an error
Approval fails or returns an error
The 10-minute consent window expired; remove the connector and add it again.
Tools return a subscription error
Tools return a subscription error
The account has no active Pro subscription or trial, or is on GUI Lifetime.
A tool says it cannot find your project
A tool says it cannot find your project
Pass the exact project name in the
project argument; run list_projects to see the available names.
