The monday-api-mcp server connects AI agents to the monday.com API, allowing them to manage boards, items, and updates. It provides tools for creating, reading, updating, and deleting data in monday.com workspaces. The server integrates directly with monday.com's REST API, enabling agents to automate workflows and synchronize data. Developers use it to build AI-driven automation for project management and team collaboration.
The monday-api-mcp server connects AI agents to the monday.com API, allowing them to manage boards, items, and updates. It provides tools for creating, reading, updating, and deleting data in monday.com workspaces. The server integrates directly with monday.com's REST API, enabling agents to automate workflows and synchronize data. Developers use it to build AI-driven automation for project management and team collaboration.
npx -y @mondaydotcomorg/monday-api-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mondaydotcomorg-monday-api-mcp-npm": {
"command": "npx",
"args": [
"-y",
"npx -y @mondaydotcomorg/monday-api-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from monday-api-mcp?"
API Key Required
This server requires an API key from monday-api-mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MONDAY-API-MCP_API_KEY | Yes | Your monday-api-mcp API key |
"What resources are available in monday-api-mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in monday-api-mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in monday-api-mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.