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
Connect from Claude, ChatGPT, Cursor, Copilot, Gemini, and other supported AI platforms.
Build your own MCP integration — authentication, OAuth, and registering it for public availability.
Full reference for all 60+ tools, organized by category, with equivalent GraphQL APIs.
Security architecture, authentication, tenant isolation, and OWASP MCP Top 10 alignment.
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.
Updated about 3 hours ago
