Platform MCP overview

Connect AI agents to monday.com data through the hosted Platform MCP server

The Platform MCP is monday.com's hosted MCP (Model Context Protocol) server, maintained by the monday.com AI team. It lets AI agents read and write monday.com data — creating items, updating columns, querying boards, and more — through a standardized protocol supported by all major AI platforms.

Connect using the hosted server. No local setup is required:

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

MCP tool calls are executed as GraphQL API requests and count toward your account's daily API call limit.

Explore the docs

More resources

📘

Building monday.com apps? Use the separate Apps MCP to scaffold features, deploy code, and promote versions. Both servers can run side by side.


Did this page help you?