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.
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`.
- monday.com MCP serverdetected
- monday.com Platform APIdetected
- monday.com GraphQL schemadiscovered
In monday.com, open your profile avatar and go to Administration → Connections → Personal 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.
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.
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
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://monday.com/llms.txt
- API catalog✓https://monday.com/.well-known/api-catalog
- OpenAPI document✓https://monday.com/openapi.json
- MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://monday.com/.well-known/oauth-protected-resource
- Agent card✓https://mcp.monday.com/mcp
- Agent skills✓https://monday.com/.well-known/agent-skills/index.json
Publish these signals → /publishing