Monday.com

Monday.com

Interact with Monday.com boards, items, accounts and work forms.

338
Stars
44
Forks
0
Releases

Overview

The monday-api-mcp package provides a plug-and-play MCP server implementation for the Model Context Protocol (MCP), allowing AI agents to interact with the monday.com API without needing to build complex integrations. The server exposes a rich toolkit of operations across items, boards, accounts, and WorkForms, enabling agents to create, update, delete, search, and retrieve data from boards, items, and forms, as well as manage board schemas and groups. It supports both local development and hosted deployments, with hosted MCP offering infrastructure handling, automatic updates, OAuth authentication, and workspace access controls for enterprise reliability. The MCP can be configured with a personal API token, API version headers, and modes (default or apps), and offers a read-only option and a beta Dynamic API Tools mode for full GraphQL access. Dynamic API Tools (all_monday_api, get_graphql_schema, get_type_details) unlock the full monday.com GraphQL surface. The repository provides setup guidance for hosted usage and local development, including instructions for Claude Desktop, Cursor, Gemini, and other MCP clients, along with testing and customization workflows.

Details

Owner
mondaycom
Language
TypeScript
License
MIT License
Updated
2025-12-07

Features

Plug-and-play MCP server

A plug-and-play server implementation for MCP that lets AI agents interact with the monday.com API without building complex integrations.

Hosted MCP service

hosted MCP option with infrastructure handling, automatic updates, OAuth authentication, and workspace access controls for reliability and security.

Local development & customization

Supports local installation and source-level customization, with build and run workflows for development and testing.

Token-based authentication & security

Requires a monday.com API token via CLI (-t) or environment variable, with security best practices and optional read-only mode.

Dynamic API Tools (Beta)

Enable full GraphQL API access with tools like all_monday_api, get_graphql_schema, and get_type_details; can be enabled or restricted.

Flexible MCP Server configuration

Configurable via CLI flags and JSON, including API token, API version, mode (default/apps), read-only, and dynamic tools toggles.

Extensive monday.com toolset

Provides a broad set of operations across items, boards, accounts, and WorkForms to manage and query monday.com data.

Apps Framework Tools integration

Integrates with monday.com Apps Framework Tools to build AI-assisted apps and workflows.

Audience

AI developersBuild AI assistants, automations, or custom integrations that operate within monday.com workflows by using the MCP server to access boards, items, and forms.
Enterprise teams / developersDeploy hosted MCP for scalable, maintained access with workspace controls, OAuth authentication, and secure token management.
MCP/OpenAI tool users and integratorsLeverage the MCP server alongside agent toolkits (e.g., Claude, Gemini, Cursor) to power AI workflows with monday.com data and, optionally, Dynamic API Tools for GraphQL access.

Tags

MCPmonday.comAI agentsGraphQLDynamic API ToolsHosted MCPtoken authenticationWorkFormsBoardsItemsAccountsApps Framework