HomeOther › mcp

mcp

MCP server for monday.com integration.

TypeScript Remote
★ 426 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.monday.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.monday.com/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.monday.com/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — monday.com API token (format: 'Bearer your_token_here' or just 'your_token_here')

Remote (sse)

https://mcp.monday.com/sse Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport sse mcp https://mcp.monday.com/sse --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.monday.com/sse",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization secret — monday.com API token (format: 'Bearer your_token_here' or just 'your_token_here')

Related servers

Data from the Official MCP Registry