Monday.com API
STDIOMCP server providing comprehensive interface to monday.com API for project management and workflow automation
MCP server providing comprehensive interface to monday.com API for project management and workflow automation
A server implementation for the Model Context Protocol (MCP) that provides an interface to interact with monday.com API.
https://github.com/user-attachments/assets/ed8d24e1-256b-4f6b-9d84-38e54a8703fd
Before running the MCP server, make sure you have:
npx @mondaydotcomorg/monday-api-mcp@latest -t abcd123
The monday.com API token can also be provided via the monday_token environment variable.
| Argument | Flags | Description | Required | Default |
|---|---|---|---|---|
| monday.com API Token | --token, -t | monday.com API token (can also be provided via monday_token environment variable) | Yes | - |
| API Version | --version, -v | monday.com API version | No | current |
| Read Only Mode | --read-only, -ro | Enable read-only mode | No | false |
| Dynamic API Tools | --enable-dynamic-api-tools, -edat | (Beta) Enable dynamic API tools (Mode that includes the whole API schema, not supported when using read-only mode) | No | false |
{ "mcpServers": { "monday-api-mcp": { "command": "npx", "args": [ "@mondaydotcomorg/monday-api-mcp@latest", "-t", "abcd123" ] } } }
{ "mcpServers": { "monday-api-mcp": { "command": "npx", "args": [ "@mondaydotcomorg/monday-api-mcp@latest", "-t", "abcd123" ], "env": {} } } }
{ "mcpServers": { "monday-api-mcp": { "command": "npx", "args": [ "@mondaydotcomorg/monday-api-mcp@latest" ], "env": { "monday_token": "abcd123" } } } }
This project is licensed under the MIT License - see the LICENSE file for details.