[ MCP_NODE_3892 ]

Monday 团队协作

分类:
协议: MCP v1.0
[ 描述 ]

允许 AI 在 Monday.com 的工作流中操作任务,实现团队协作任务的自动化管理。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "monday": {
            "description": "Enable AI agents to operate reliably within real workflows. This MCP is monday.com's open framework for connecting agents into your work OS - giving them secure access to structured data, tools to take action, and the context needed to make smart decisions.",
            "command": "npx",
            "args": [
                "@mondaydotcomorg/monday-api-mcp",
                "-t",
                "your_monday_api_token"
            ],
            "env": []
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。