Monday.com

v0.0.1Business Applicationsstable

Enable AI agents to work reliably - giving them secure access to structured data, tools to take action, and the context needed to make smart decisions.

agentscopilotmcpmcp-servermonday
Share:
402
Stars
0
Downloads
0
Weekly
0/5

What is Monday.com?

Monday.com is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enable ai agents to work reliably - giving them secure access to structured data, tools to take action, and the context needed to make smart decisions.

Enable AI agents to work reliably - giving them secure access to structured data, tools to take action, and the context needed to make smart decisions.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Enable AI agents to work reliably - giving them secure acces

Use Cases

Give AI agents secure access to structured project data and tools.
Enable intelligent decision-making with Monday.com context and actions.
mondaycom

Maintainer

LicenseMIT
Languagetypescript
Versionv0.0.1
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx monday-mcp-server

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Monday.com

The monday.com MCP server connects AI agents directly to the monday.com work operating system, enabling them to read boards, create items, update statuses, and manage projects through natural language. Maintained by the monday.com AI team, it supports both a hosted cloud endpoint requiring no local setup and a local npm package for custom deployments. Developers building AI assistants or automations can use it to give their agents full, authenticated access to monday.com data and actions within real workflows.

Prerequisites

  • Node.js v20 or newer (for local installation)
  • A monday.com account with at least one workspace and board
  • A monday.com personal API token (Settings → Developers → My access tokens)
  • An MCP-compatible client such as Claude Desktop, Cursor, or Gemini CLI
1

Create a monday.com account and workspace

Sign up at monday.com if you do not already have an account. Create a workspace and at least one board so the agent has data to interact with.

2

Generate a personal API token

In monday.com, click your avatar in the bottom-left corner, choose Developers, then click 'My access tokens' in the left menu. Copy your personal access token — this is the value you will pass as MONDAY_TOKEN.

3

Choose hosted or local MCP

The hosted MCP at https://mcp.monday.com/mcp requires no local installation and handles OAuth automatically. For local use with full customization, proceed with the npm package in the next step.

4

Add the MCP server to your client config (local)

Open your claude_desktop_config.json and add the monday-api-mcp server block, supplying your API token in the env section.

{
  "mcpServers": {
    "monday-api-mcp": {
      "command": "npx",
      "args": ["@mondaydotcomorg/monday-api-mcp@latest"],
      "env": {
        "MONDAY_TOKEN": "your_monday_api_token"
      }
    }
  }
}
5

Or configure the hosted MCP endpoint

For a zero-install setup with automatic OAuth, add the hosted URL directly to your MCP client settings instead of running a local process.

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

Restart your MCP client and verify

Restart Claude Desktop or your chosen client. The monday.com tools should appear as available. Ask the AI to list your boards to confirm the connection.

Monday.com Examples

Client configuration (local npm)

Add this block to claude_desktop_config.json to run the monday.com MCP server locally via npx with your API token.

{
  "mcpServers": {
    "monday-api-mcp": {
      "command": "npx",
      "args": ["@mondaydotcomorg/monday-api-mcp@latest"],
      "env": {
        "MONDAY_TOKEN": "your_monday_api_token"
      }
    }
  }
}

Prompts to try

These prompts work once the server is connected and MONDAY_TOKEN is set.

- "List all boards in my monday.com workspace"
- "Create a new item called 'Design review' in the Marketing board with status In Progress"
- "Show me all overdue tasks assigned to me"
- "Update the status of item 'Q3 report' to Done"
- "Summarize the items in the 'Development' board that are blocked"

Troubleshooting Monday.com

Agent returns 'Unauthorized' or 401 errors when calling monday.com tools

Verify that MONDAY_TOKEN is set to a valid personal access token from Settings → Developers → My access tokens. Tokens tied to deactivated accounts will fail.

npx cannot find @mondaydotcomorg/monday-api-mcp

Ensure Node.js v20 or newer is installed. Run 'node --version' to confirm. If behind a corporate proxy, set the HTTP_PROXY environment variable before running npx.

Board or item changes made by the agent are not visible in monday.com

Check that the API token belongs to a user with edit permissions on the relevant workspace. Guest or viewer accounts may have restricted write access.

Frequently Asked Questions about Monday.com

What is Monday.com?

Monday.com is a Model Context Protocol (MCP) server that enable ai agents to work reliably - giving them secure access to structured data, tools to take action, and the context needed to make smart decisions. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Monday.com?

Follow the installation instructions on the Monday.com GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Monday.com?

Monday.com works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Monday.com free to use?

Yes, Monday.com is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Monday.com Alternatives — Similar Business Applications Servers

Looking for alternatives to Monday.com? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "monday-mcp-server": { "command": "npx", "args": ["-y", "monday-mcp-server"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Monday.com?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides