Activation required. AI access management must be enabled for your tenant before you can use it. To get started, contact the C1 support team for a walkthrough.
- Lucid MCP — listed as plain Lucid in your catalog. C1 registers Lucid’s own hosted MCP server (
mcp.lucid.app) as a downstream server C1 governs. Authentication is always per-user OAuth using dynamic client registration (DCR) — Lucid’s hosted MCP server doesn’t support a bearer token or API key, so there’s no application to create in Lucid first. Before anyone can connect, a Lucid account admin must enable MCP access for the account from the Lucid Admin Panel. Tool calls run with the connected user’s full Lucid permissions. - Lucid API — C1 hosts its own MCP server that translates Lucid’s REST API into tools. You choose between per-user OAuth or a shared API token, and you scope access with the scopes you grant the Lucid OAuth application (or token).
Use the native Lucid MCP option (listed as plain Lucid in your catalog) if you want Lucid’s own broader, agentic tool set and per-user OAuth is acceptable for your tenant. Use Lucid API if you need a shared service-account credential (API token), or you want to scope access with OAuth scopes.
- Lucid MCP
- Lucid API
C1 registers as a client of Lucid’s own hosted MCP server (Integrate Lucid with AI tools using the Lucid MCP server) rather than translating Lucid’s REST API itself. Your users’ AI clients still only ever see C1-governed MCP tools, but C1 proxies each tool call straight through to
mcp.lucid.app under the connected user’s authorized session, then returns the result. The tools available are exactly the ones Lucid’s own MCP server exposes — C1 doesn’t reshape or add to them.Before you begin
- AI access management must be enabled for your tenant. See Enable AI access management.
- A Lucid account admin must enable MCP access for the account from the Lucid Admin Panel before anyone can connect (Integrate Lucid with AI tools using the Lucid MCP server). Skipping this step means users won’t be able to connect. If MCP access is enabled after a user has already signed in from a connected AI tool, that user may need to re-authenticate for the change to take effect (Introducing the Lucid Model Context Protocol (MCP) server).
- Nothing else to create in Lucid ahead of time. This option only supports per-user OAuth with dynamic client registration — Lucid’s hosted MCP server doesn’t offer a bearer token or API key mode, so there’s no client ID, secret, or application to register. Each user just needs a Lucid account with access to the workspace.
In your MCP server catalog, this option is listed as Lucid — distinct from the Lucid API entry, which connects through C1’s own MCP server. If you don’t see either, contact the C1 support team to enable it for your tenant.
Set up per-user OAuth
Per-user OAuth with dynamic client registration (DCR) is the only authentication method this option supports — there’s no bearer token or API key fallback. Each user authorizes individually, and C1 registers itself with Lucid’s authorization server automatically, so there’s no application to create in Lucid first (see Lucid’s Integrate Lucid with AI tools using the Lucid MCP server documentation).1
In Lucid, have an account admin go to the Lucid Admin Panel and enable MCP access for the account. This is a prerequisite — until it’s enabled, users can’t connect regardless of how the server is configured in C1.
2
Follow Register an MCP server and select Lucid from the catalog.
3
When you configure authentication, choose OAuth2 — per-user passthrough and enable Use dynamic client registration. There’s no client ID or secret to enter.
4
Save your changes. The first time a user calls a Lucid tool from their AI client, they’re redirected to Lucid to sign in (if they aren’t already) and approve the connection, then returned to C1.
What access is granted
Unlike the Lucid API option, there are no separate scope toggles to configure in C1. Once a user authorizes, tool calls run with that user’s full Lucid permissions — they can access everything the user can already access in Lucid, including documents and folders across Lucidchart, Lucidspark, and Lucidscale. This integration’s tools can search for and open documents, read their contents and metadata, create and edit diagrams (including org charts, mind maps, and UML sequence diagrams), export documents as images, and manage sharing — creating share links and granting collaborators view, comment, edit, or edit-and-share access (Integrate Lucid with AI tools using the Lucid MCP server; Lucid MCP Server — Supported Operations). Access follows your normal Lucid permissions — the integration can only reach documents and folders you can already see.How Lucid MCP credentials are shared
This option only supports per-user OAuth — there’s no shared, service-account, or bearer-token mode. Every tool call runs under the calling user’s own Lucid identity, and Lucid attributes each action to that individual. C1 still attributes each call to the individual user in the AI tool usage audit log.Discover and govern tools
After you register the server, C1 runs tool discovery against Lucid’s MCP server. Discovered tools appear on the server’s Tools tab and include Lucid’s own document search and fetch tools, diagram creation (including org charts, mind maps, and UML sequence diagrams), image export, and sharing.Each tool starts as either Pending review or automatically Approved, depending on the option chosen when the server was set up or your tenant’s default tool settings in AI > MCP > Settings. See Require tool approval and Default tool classification.Before anyone can call a Lucid tool, it must be approved, added to a toolset, and bound to an access profile. Continue to Govern tools and toolsets to set this up.Tool discovery runs even if authentication isn’t complete yet, so seeing discovered tools doesn’t confirm a user has authorized. You confirm access when an approved user successfully calls a Lucid tool from their AI client.
Manage access to Lucid MCP
Because this option uses per-user OAuth, there’s no shared secret in C1 to rotate. Users and admins manage access from Lucid itself:- An individual user can disconnect at any time. In Lucid, open account settings and go to the Authorized Websites and Applications list, then select the app and choose the remove option to revoke it (Access and update account settings).
- An account admin can turn off MCP access for everyone. In the Lucid Admin Panel, disable MCP access for the account. This revokes every AI tool and MCP client connected through Lucid MCP at once; users must re-authenticate if it’s re-enabled later.