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.
- Monday — the native MCP option. C1 registers monday.com’s own hosted MCP server (
mcp.monday.com) as a downstream server C1 governs. Authentication is always per-user OAuth using dynamic client registration (DCR) — monday.com’s hosted MCP server doesn’t support a bearer token or API key, so there’s no integration to create in monday.com first. Tool calls run with the connected user’s full monday.com permissions. - monday.com — the API option. C1 hosts its own MCP server that translates monday.com’s REST/GraphQL API into tools. Authentication is a single personal API token sent as a bearer token, so all tool calls reach monday.com as one shared identity.
Use the native Monday option if you want monday.com’s own broader, agentic tool set and per-user OAuth is acceptable for your tenant. Use monday.com if you need a shared service-account credential instead of per-user login.
- Monday MCP
- monday.com API
C1 registers as a client of monday.com’s own hosted MCP server (monday MCP: Connect AI assistants to your account) rather than translating monday.com’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.monday.com under the connected user’s authorized session, then returns the result.Before you begin
- AI access management must be enabled for your tenant. See Enable AI access management.
- An account admin must turn on hosted MCP access for your monday.com account before anyone can connect. Under Admin > Permissions > AI Connectors, the “Allow external AI agents to access your monday.com account data” toggle and the “Public Hosted MCP” sub-permission must both be on. If access is scoped to specific workspaces instead of the whole account, the workspaces this integration needs must be included. See monday.com’s Managing AI Connectors and MCP Access documentation.
- Nothing to create in monday.com ahead of time. This option only supports per-user OAuth with dynamic client registration — there’s no client ID, secret, bearer token, or API key mode, so there’s no integration to register in monday.com first. Each user just needs a monday.com account with access to the workspace you want to govern.
In your MCP server catalog, this option is listed as Monday — distinct from the monday.com 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 with dynamic client registration
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 monday.com’s authorization server automatically, so there’s no app to create in monday.com first (Platform MCP security).1
Follow Register an MCP server and select Monday from the catalog.
2
When you configure authentication, choose OAuth2 — per-user passthrough and enable Use dynamic client registration. There’s no client ID or secret to enter.
3
Save your changes. The first time a user calls a Monday tool from their AI client, they’re redirected to monday.com to sign in (if they aren’t already) and approve the connection, then returned to C1.
What access is granted
Unlike the monday.com API option, there are no separate capability toggles to configure. Every MCP tool call runs as the authorizing user and is bound to that user’s own monday.com permissions — board and item visibility, private boards, and workspace access all apply exactly as they would if that person were using monday.com directly. There is no elevated or shared service account that bypasses these controls (Platform MCP security). Within those limits, this option’s tools can search, read, and manage boards, items, and subitems (including column values, groups, and descriptions), post and reply to updates, and work with docs, dashboards, workflows, and automations across a user’s monday.com workspace (monday MCP available tools).How Monday 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 monday.com identity. 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 monday.com’s MCP server. Discovered tools appear on the server’s Tools tab.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 Monday 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 Monday tool from their AI client.