mcp
by mondaycom·★ 403·Score 52
monday.com MCP server provides secure API access to monday.com's work OS for AI agents.
Overview
This MCP server from monday.com enables AI agents to interact with the monday.com platform through tools for item operations, board management, and account access. It supports both local installation and a hosted solution for easy integration with popular AI platforms like Claude, ChatGPT, and Cursor. The server implements comprehensive tools for creating, updating, and managing monday.com items, boards, groups, and columns.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this MCP if you're already using monday.com and want AI agents to directly interact with your work OS, create items, manage boards, and automate workflows through familiar AI interfaces.
When NOT to choose this
Avoid this if you're not a monday.com user or need extensive write access beyond what's provided, as it creates vendor lock-in to the monday.com platform.
Tools this server exposes
12 tools extracted from the READMEcreate_itemCreate a new item in a monday.com board with specified column values
delete_itemDelete an item from a board permanently
get_board_items_by_nameSearch for items by board ID and term/name
create_updateAdd an update/comment to a specific item
change_item_column_valuesModify the column values of an existing item
move_item_to_groupMove an item to a different group within the same board
create_boardCreate a new monday.com board with specified columns
get_board_schemaRetrieve the structure of columns and groups for a board
create_groupCreate a new group in a monday.com board
list_users_and_teamsRetrieve user or team's details by id, name or by searching the account
create_formCreate a new monday.com form
all_monday_apiGenerate and execute any GraphQL query or mutation dynamically
Comparable tools
Installation
Quick Setup with Hosted MCP
For Claude Desktop, add this to your MCP settings:
{
"mcpServers": {
"monday-mcp": {
"url": "https://mcp.monday.com/mcp"
}
}
}Local Installation
For Claude Desktop, configure with:
{
"mcpServers": {
"monday-api-mcp": {
"command": "npx",
"args": [
"@mondaydotcomorg/monday-api-mcp@latest"
],
"env": {
"MONDAY_TOKEN": "your_monday_api_token"
}
}
}
}Get your API token from monday.com → Developers → My access tokens.
FAQ
- How do I authenticate with monday.com MCP?
- You can use either a personal API token or install the Monday MCP app from the marketplace for OAuth authentication and workspace controls.
- What AI platforms support this MCP server?
- The monday.com MCP server works with Claude Desktop, ChatGPT, Cursor, Microsoft Copilot Studio, Mistral AI's le Chat, and Gemini CLI.
Compare mcp with
Last updated · Auto-generated from public README + GitHub signals.