mondaycom/mcp

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.

What it solves

這項專案提供了一個將 AI Agent 連接到 monday.com 工作作業系統的框架。它透過提供一種標準化的方式,讓 Agent 可以存取結構化數據、執行動作,並獲得管理專案與工作流所需的上下文,從而免除了開發者從頭開始構建複雜且自定義的整合方案的必要性。

How it works

本專案由兩個主要組件組成:

  1. monday API MCP Server: 一個 Model Context Protocol (MCP) 的即插即用伺服器實作,允許 AI Agent(如 Claude, ChatGPT, 或 Cursor)與 monday.com API 互動。
  2. Agent Toolkit: 一組用於構建自定義 AI Agent 的工具集,支援 OpenAI 與 MCP 實作。

使用者可以透過託管服務立即使用,或使用 Node.js 在本地端運行。它提供了一組預定義的工具,用於執行項目 (item)、看板 (board)、帳戶 (account) 與表單 (form) 操作,以及一個測試版「Dynamic API Tools」功能,允許 Agent 生成並執行自定義的 GraphQL 查詢,以存取完整的 API 介面。

Who it’s for

  • AI Agent Developers: 為 monday.com 構建助手、自動化或自定義整合方案的開發者。

  • Project Managers: 希望將 AI 助手整合到專案追蹤與工作流管理中的使用者。

  • App Developers: 使用 monday.com Apps Framework 構建自定義 AI 驅動應用程式的開發者。

Highlights

  • Broad Compatibility: 支援 Claude Desktop, Cursor, ChatGPT, MS Copilot, 與 Mistral AI。

  • Dynamic API Access: 測試版工具,允許 Agent 探索 GraphQL schema 與執行任何 API 端點。

  • Flexible Deployment: 提供託管式 MCP 服務以方便使用,以及本地端安裝以進行自定義。

  • Comprehensive Toolset: 包含用於管理看板 (board)、項目 (item) 與使用者 (user) 的特定工具,以及用於 Apps Framework 的工具。