M

monday.com

monday.com is a work management platform for boards, items, docs, workflows, and related collaboration data. It lets teams and apps read and update account data programmatically through its API and AI-facing MCP tooling.

3 integrations · MCP · REST · GraphQL

monday.com exposes a GraphQL-based platform API at `https://api.monday.com/v2` with a published OpenAPI document, plus an OAuth-protected MCP server at `https://mcp.monday.com/mcp`; its GraphQL schema is also publicly available via `GET /v2/get_schema`.

discovered 1d ago
MCP servers1
REST · OpenAPI1
GraphQL1
Credentials
monday.com personal API tokenbearerGet token

In monday.com, open your profile avatar and go to AdministrationConnectionsPersonal API token (the API auth docs describe generating a personal V2 API token from the account). Use that token as the Authorization header when calling the platform API. See Authentication.

monday.com OAuth app clientoauth2Set up OAuth

Create an app in the monday Developer Center, then configure OAuth in your app using the guidance in OAuth and Permissions. Use the app's client credentials with monday.com's OAuth endpoints to obtain user-authorized access tokens for the GraphQL/platform API. Available scopes include me:read, boards:read, boards:write, docs:read, docs:write, workspaces:read, workspaces:write, users:read, users:write, account:read, notifications:write, updates:read, updates:write, assets:read, tags:read, teams:read, teams:write, departments:read, departments:write, webhooks:write, webhooks:read, and ai:consume.

OAuth 2.0oauth2
OAuth 2.0 — self-onboarding

Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.

conventions · 6/8 published

Publish these signals → /publishing