Skip to content

Monday Api

Free

by MCP Community

MCP server for using the monday.com API

v3.0.3Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Monday Api MCP Server

MCP server for using the monday.com API

Installation

Reviews

Leave a Review

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"]
    }
  }
}