Compatible MCP clients

Connect monday.com to AI assistants and tools through the hosted MCP server — and learn how to get your own MCP client registered

The Model Context Protocol (MCP) is an open standard that enables AI assistants to securely connect to external data sources and tools. The monday.com hosted MCP server lets you interact with your monday.com account through natural language — create items, query boards, build dashboards, and more — from your preferred AI platform.

Server URL: https://mcp.monday.com/mcp


Featured integrations

The monday MCP server works with these leading platforms. If your tool is listed here, follow the corresponding setup guide — no additional configuration is required.

ClientDescriptionSetup
ClaudeAnthropic's AI assistantConnect monday MCP with Claude
ChatGPTmonday connector in OpenAI's ChatGPTConnect monday MCP with ChatGPT
CursorAI-first code editorConnect monday MCP with Cursor
Microsoft CopilotManaging work with monday.com and CopilotCopilot integration overview
Microsoft Copilot StudioBuild custom copilots with monday dataConnect monday MCP with Microsoft Copilot Studio
Gemini CLIGoogle's agentic coding toolConnect monday MCP with Gemini CLI
Gemini Enterprisemonday Platform Agent inside Google Cloud's Gemini EnterpriseConnecting Google Cloud's Gemini Enterprise to monday.com
Mistral (le Chat)monday MCP in Mistral's le ChatConnect monday MCP with Mistral AI's le Chat
PerplexityAI-powered answer engineNative integration available
Figma MakeAI-powered design and prototypingConnect monday MCP with Figma Make

Connecting from coding tools

Most MCP-compatible coding tools (Cursor, Claude Code, VS Code, Windsurf, etc.) accept a remote MCP server configuration. Add the hosted server URL and authenticate via OAuth when prompted:

{
  "mcpServers": {
    "monday-mcp": {
      "url": "https://mcp.monday.com/mcp"
    }
  }
}

For authentication options, API version control, and advanced configuration, see Integrate with the monday MCP server.


Don't see your client?

For end users

If you're using an MCP client that isn't listed above, check with the app developer to see if they support the monday MCP server. They may need to register their integration with monday.com before it can connect on your behalf.

For developers and partners

Building an MCP client or embedding the monday MCP server in your product? You can develop and test against the hosted MCP server right away using a personal API token or an OAuth app.

To make your integration publicly available to monday.com users, you must register it by submitting the MCP integration registration form. See Integrate with the monday MCP server for the full walkthrough — authentication, OAuth app setup, and registration.

📘

This list is updated periodically as new MCP clients are verified and approved. Company logos and names are trademarks of their respective owners.


Did this page help you?