Best for
- Teams already using monday.com for project/task management who want AI-driven board operations
- Developers connecting AI agents to structured work data for task automation
- Users who prefer the officially hosted service over local setup
An officially maintained monday.com MCP server offering both a hosted remote service and a local npx option, covering core board/item/column/form operations plus a beta dynamic GraphQL toolset; users should safeguard API tokens and be mindful of the write-access risks.
The monday.com MCP server, maintained by the monday.com AI team, lets AI agents read and act on monday.com boards, items, columns, groups, and docs. It's offered both as an official hosted remote service (streamable-http and SSE) and as a local stdio server run via npx, working with clients like Claude Desktop, Cursor, and Gemini CLI. Beyond the built-in tools, a beta 'Dynamic API Tools' set can generate and execute arbitrary GraphQL queries against the full monday.com API.
The recommended path is the official hosted MCP: add the URL https://mcp.monday.com/mcp (streamable-http) or https://mcp.monday.com/sse (SSE) directly in your client's MCP settings, supplying a monday.com API token via the Authorization header (as 'Bearer your_token' or the bare token; optional but required for authenticated access). For local use, configure your client to run npx @mondaydotcomorg/monday-api-mcp@latest with the MONDAY_TOKEN environment variable set to a personal access token (generated from your monday.com avatar menu → Developers → My access tokens). Gemini CLI users can install via gemini extensions install or gemini mcp add, then run /mcp auth monday to complete OAuth. Requires Node.js v20+ and npm v5.2.0+.
{"mcpServers": {"monday-api-mcp": {"command": "npx", "args": ["@mondaydotcomorg/monday-api-mcp@latest"], "env": {"MONDAY_TOKEN": "your_monday_api_token"}}}}