Skip to main content
Aiola’s hosted MCP server lets any MCP-compatible AI client work with the data from all your Aiola projects in one connection. Server URL: 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
Do not pick Use Anthropic’s hosted client metadata — Aiola’s authorization server does not support client ID metadata documents.
4

Add and approve

Add the connector, then approve access on the aiola.app consent screen that opens.
The consent request expires after 10 minutes. If approval fails, remove the connector and add it again.

Connect other clients

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_events strips request headers, request body, request query, user IP, and user email by default and reports what it removed in a _redacted field. Pass include_request_data: true only 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

The 10-minute consent window expired; remove the connector and add it again.
The account has no active Pro subscription or trial, or is on GUI Lifetime.
Pass the exact project name in the project argument; run list_projects to see the available names.