Monday.com MCP Server
Monday.com MCP 服务器
monday.com 的 MCP 服务器,使 MCP 客户端能够与 Monday.com 公告板、项目、更新和文档进行交互。
成分
工具
该服务器实现了以下工具:
monday-create-item:在 Monday.com 板块中创建新项目或子项目monday-get-board-groups:从指定的 Monday.com 论坛检索所有群组monday-create-update:在 Monday.com 项目上创建评论/更新monday-list-boards:列出所有可用的 Monday.com 论坛monday-list-items-in-groups:列出 Monday.com 论坛指定组中的所有项目monday-list-subitems-in-items:列出给定 Monday.com 项目的所有子项目monday-create-board:创建一个新的 Monday.com 板monday-create-board-group:在 Monday.com 论坛中创建新组monday-move-item-to-group:将 Monday.com 项目移动到其他组monday-delete-item:删除 Monday.com 项目monday-archive-item:存档 Monday.com 项目monday-get-item-updates:检索特定项目的更新/评论monday-get-docs:列出 Monday.com 中的文档,可选择按文件夹过滤monday-get-doc-content:检索特定文档的内容monday-create-doc:在 Monday.com 中创建新文档monday-add-doc-block:向现有文档添加一个块
Related MCP server: Monday.com MCP Server
设置
按照此处的说明在 Monday.com 中创建并保存个人 API 令牌。
根据 Monday.com 工作区的 URL 获取工作区名称。例如,如果 URL 是
https://myworkspace.monday.com/,则工作区名称为myworkspace。
快速入门
安装
克劳德桌面
在 MacOS 上: ~/Library/Application\ Support/Claude/claude_desktop_config.json
在 Windows 上: %APPDATA%/Claude/claude_desktop_config.json
使用 uvx
"mcpServers": {
"monday": {
"command": "uvx",
"args": [
"mcp-server-monday"
],
"env": {
"MONDAY_API_KEY": "your-monday-api-key",
"MONDAY_WORKSPACE_NAME": "your-monday-workspace-name"
}
}
}使用 Docker
"mcpServers": {
"monday-docker": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"MONDAY_API_KEY=your-monday-api-key",
"-e",
"MONDAY_WORKSPACE_NAME=your-monday-workspace-name",
"sakce/mcp-server-monday"
]
}
}使用 Smithery
要通过Smithery自动为 Claude Desktop 安装 Monday.com MCP 服务器:
npx -y @smithery/cli install @sakce/mcp-server-monday --client claude发展
构建和发布
准备分发包:
同步依赖项并更新锁文件:
uv sync构建软件包分发版:
uv build这将在dist/目录中创建源和轮子分布。
发布到 PyPI:
uv publish注意:您需要通过环境变量或命令标志设置 PyPI 凭据:
令牌:
--token或UV_PUBLISH_TOKEN或用户名/密码:
--username/UV_PUBLISH_USERNAME和--password/UV_PUBLISH_PASSWORD
调试
由于 MCP 服务器通过 stdio 运行,调试起来可能比较困难。为了获得最佳调试体验,我们强烈建议使用MCP Inspector 。
您可以使用以下命令通过npm启动 MCP Inspector:
npx @modelcontextprotocol/inspector uv run mcp-server-monday启动后,检查器将显示一个 URL,您可以在浏览器中访问该 URL 以开始调试。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceEnables AI assistants to interact with Monday.com workspaces, allowing retrieval of board lists, board details, item content, and user information through the Monday.com API.4
- Alicense-qualityDmaintenanceEnables interaction with Monday.com boards, items, groups, updates, and documents through natural language. Supports creating and managing boards, items, sub-items, comments, and documents with full CRUD operations.MIT
- Alicense-qualityDmaintenanceEnables AI assistants to manage Planka kanban boards, including creating, updating, and organizing tasks, lists, and cards via MCP.1758MIT
- Flicense-qualityDmaintenanceEnables interaction with Miro boards via MCP tools, supporting listing items, creating stickies, frames, shapes, connectors, and manipulating mind maps.
Related MCP Connectors
Monday.com MCP — wraps the Monday.com GraphQL API (BYO API key)
ClickUp MCP — wraps the ClickUp REST API v2 (BYO API key)
MCP-native open-source Notion alternative: read & write pages, databases and kanban boards.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Prat011/mcp-server-monday'
If you have feedback or need assistance with the MCP directory API, please join our Discord server