Monday Api
Freeby MCP Community
MCP server for using the monday.com API
v3.0.3Added Apr 12, 2026
Monday Api MCP Server
MCP server for using the monday.com API
Installation
Reviews
Installation
Quick install
npx -y @mondaydotcomorg/monday-api-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"monday-api": {
"command": "npx",
"args": ["-y", "@mondaydotcomorg/monday-api-mcp"]
}
}
}