MCP.so
Sign In

Monday.com MCP server

@YajieQi123

About Monday.com MCP server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

YajieQi123

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-server-monday-qi": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@sakce/mcp-server-monday",
        "--client",
        "claude"
      ]
    }
  }
}

Tools

16

Creates 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

Overview

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.

Comments

More Other MCP servers