MCP Catalogs
首页

mcp

by mondaycom·403·综合分 52

monday.com MCP 服务器为 AI 代理提供对 monday.com 工作操作系统的安全 API 访问。

productivitydeveloper-toolsai-llm
71
Forks
33
活跃 Issue
本月
最近提交
2 天前
收录于

概述

这是来自 monday.com 的 MCP 服务器,通过项目操作、板管理和账户访问的工具,使 AI 代理能够与 monday.com 平台交互。它支持本地安装和托管解决方案,便于与 Claude、ChatGPT 和 Cursor 等流行 AI 平台集成。该服务器实现了全面工具,用于创建、更新和管理 monday.com 的项目、板块、组和列。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI 助手创建和管理 monday.com 中的项目板块
:在板块组之间自动化状态更新和任务移动
:从 monday.com 数据生成自定义报告和仪表板
:如何验证 monday.com MCP?
:哪些 AI 平台支持此 MCP 服务器?

什么时候选它

如果您已经在使用 monday.com,并希望 AI 代理直接与您的工作操作系统交互、创建项目、管理板块并通过熟悉的 AI 界面自动化工作流程,请选择此 MCP。

什么时候不要选它

如果您不是 monday.com 用户或需要超出提供范围的广泛写入权限,请避免使用它,因为它会导致对 monday.com 平台的供应商锁定。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • create_item

    Create a new item in a monday.com board with specified column values

  • delete_item

    Delete an item from a board permanently

  • get_board_items_by_name

    Search for items by board ID and term/name

  • create_update

    Add an update/comment to a specific item

  • change_item_column_values

    Modify the column values of an existing item

  • move_item_to_group

    Move an item to a different group within the same board

  • create_board

    Create a new monday.com board with specified columns

  • get_board_schema

    Retrieve the structure of columns and groups for a board

  • create_group

    Create a new group in a monday.com board

  • list_users_and_teams

    Retrieve user or team's details by id, name or by searching the account

  • create_form

    Create a new monday.com form

  • all_monday_api

    Generate and execute any GraphQL query or mutation dynamically

可对比工具

notion-mcpslack-mcpairtable-mcpasana-mcpcustom-api-mcp

安装

使用托管 MCP 快速设置

对于 Claude Desktop,将其添加到您的 MCP 设置中:

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

本地安装

对于 Claude Desktop,按以下方式配置:

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

从 monday.com → 开发者 → 我的访问令牌获取您的 API 令牌。

FAQ

如何验证 monday.com MCP?
您可以使用个人 API 令牌,或者从市场安装 Monday MCP 应用程序进行 OAuth 认证和工作区控制。
哪些 AI 平台支持此 MCP 服务器?
monday.com MCP 服务器适用于 Claude Desktop、ChatGPT、Cursor、Microsoft Copilot Studio、Mistral AI 的 le Chat 和 Gemini CLI。

mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。