M
Monday.com
Query and update Monday.com boards.
·No reviews yet
Share:
About
Auto-generated
Monday.com is a Model Context Protocol server in the Productivity category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Monday.com.
- What is the Monday.com MCP and what does it do?
- The Monday.com MCP facilitates interaction with Monday.com boards. It allows users to query existing boards and update their content, streamlining project and task management workflows.
- How do I install the Monday.com MCP in a client like Claude Desktop?
- Installation in Claude Desktop typically involves adding the MCP's slug, 'monday', through the client's MCP management interface. The client will then handle fetching and integrating the MCP using its repository URL.
- Does the Monday.com MCP require an API key for authentication?
- Yes, authentication for the Monday.com MCP is handled via an API key. Users must provide a valid API key to access and interact with their Monday.com data.
- What are the primary capabilities exposed by this MCP?
- This MCP primarily exposes tools for querying and updating Monday.com boards. Specific operations likely include reading board items, modifying item attributes, and potentially creating new items or boards.
- What is the licensing model for the Monday.com MCP?
- The Monday.com MCP is provided by the Community and its licensing depends on the terms of its open-source repository. Usage of the underlying Monday.com service will also have its own associated costs and licensing.
- Are there any limitations or prerequisites for using the Monday.com MCP?
- A key prerequisite is an active Monday.com account and the generation of a valid API key from that account. Without a valid API key, the MCP cannot authenticate or perform any operations.
Install Monday.com
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"monday": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-monday"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"monday": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-monday"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"monday": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-monday"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.