MCP server for monday.com integration.
MCP server for monday.com integration. That is what the monday.com mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
This repository, maintained by the monday.com AI team, provides a comprehensive set of tools for AI agent developers who want to integrate with monday.com. Whether you're building AI assistants, automations, or custom integrations, our tools make it easy to connect to the monday.com platform.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 4 tools. What each one is for:
Category — Toolall_monday_api — Generate and execute any GraphQL query or mutation dynamicallyget_graphql_schema — Fetch monday.com's GraphQL schema to understand available operationsget_type_details — Retrieve detailed information about specific GraphQL typesConfiguration is passed through the environment: MONDAY_TOKEN, AUTH_HEADER, API_VERSION. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Monday.Com's toolset — Category, all_monday_api, get_graphql_schema and 1 more — is a fair guide to whether it matches your workflow. It is maintained by com.monday; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Category | Tool |
| all_monday_api | Generate and execute any GraphQL query or mutation dynamically |
| get_graphql_schema | Fetch monday.com's GraphQL schema to understand available operations |
| get_type_details | Retrieve detailed information about specific GraphQL types |
{
"mcpServers": {
"monday-mcp": {
"url": "https://mcp.monday.com/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| MONDAY_TOKEN | Credential the server authenticates with. | Yes |
| AUTH_HEADER | Configuration value read at startup. | Optional |
| API_VERSION | Configuration value read at startup. | Optional |
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.