Monday.com MCP server
@YajieQi123
关于 Monday.com MCP server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-monday-qi": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@sakce/mcp-server-monday",
"--client",
"claude"
]
}
}
}工具
16Creates a new item or sub-item in a Monday.com board
Retrieves all groups from a specified Monday.com board
Creates a comment/update on a Monday.com item
Lists all available Monday.com boards
Lists all items in specified groups of a Monday.com board
Lists all sub-items for given Monday.com items
Creates a new Monday.com board
Creates a new group in a Monday.com board
Moves a Monday.com item to a different group
Deletes a Monday.com item
Archives a Monday.com item
Retrieves updates/comments for a specific item
Lists documents in Monday.com, optionally filtered by folder
Retrieves the content of a specific document
Creates a new document in Monday.com
Adds a block to an existing document
概览
What is Monday.com MCP server?
A Model Context Protocol server that enables MCP clients to interact with Monday.com boards, items, updates, and documents through a set of tools. It is designed for users who want to manage Monday.com workspaces programmatically via AI assistants.
How to use Monday.com MCP server?
Install via Claude Desktop configuration using uvx or Docker, or via Smithery CLI. Set environment variables MONDAY_API_KEY and MONDAY_WORKSPACE_NAME with your Monday.com personal API token and workspace name. Tools are then invoked by the MCP client.
Key features of Monday.com MCP server
- Create, read, update, and delete Monday.com items and sub-items
- List and manage boards, groups, and documents
- Add and retrieve comments/updates on items
- Move items between groups and archive or delete them
- Retrieve document content and add document blocks
Use cases of Monday.com MCP server
- Automate project management tasks by creating and moving items across boards
- Generate daily reports by listing items and their updates from specific groups
- Integrate document creation and editing workflows with AI assistants
- Archive or delete outdated items as part of a cleanup routine
- Sync Monday.com data with other tools via MCP-compatible clients
FAQ from Monday.com MCP server
What authentication is required?
You need a personal API token from Monday.com (created in the Developer tab) and your workspace name from the URL.
How is the server installed?
It can be installed via Claude Desktop configuration using uvx or Docker, or automatically via Smithery CLI.
What transport does it use?
The server communicates over stdio. Debugging is supported using the MCP Inspector.
What can I do with the available tools?
Tools allow creating, updating, moving, archiving, and deleting items; managing boards and groups; handling comments and updates; and working with documents and their content.
Does it require any runtime dependencies?
It requires Python and uv, or Docker, and a valid Monday.com API key with workspace name. No additional databases or external services are needed.
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Codelf
unbugA search tool helps dev to solve the naming things problem.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
评论