monday.com (npx) MCP Server
CommunityContributed by monday.com
Interact with the monday.com Work OS via its API: query and manage boards, items, columns, updates, users, and workspaces. Runs locally through npx with read-only and dynamic API tool modes available.
About the monday.com (npx) MCP Server
The monday.com (npx) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Interact with the monday.com Work OS via its API: query and manage boards, items, columns, updates, users, and workspaces. Runs locally through npx with read-only and dynamic API tool modes available. This is a community-contributed MCP server by monday.com.
Install the monday.com (npx) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.
Transport Configuration
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mondaydotcomorg/monday-api-mcp@latest",
"-t",
"${input:MONDAY_TOKEN}"
],
"metadata": {
"inputs": [
{
"id": "MONDAY_TOKEN",
"label": "monday.com API Token",
"description": "Personal API token for your monday.com account. Found under your avatar > Developers > My Access Tokens, or in the Developer Center. Grants access scoped to your user's permissions.",
"type": "text",
"required": true,
"secret": true,
"placeholder": "eyJhbGciOi****************************",
"obtain": {
"url": "https://developer.monday.com/api-reference/docs/authentication",
"instructions": "1. Log in to your monday.com account\n2. Click your avatar (bottom-left) > Developers\n3. Open 'My Access Tokens' (or Admin > API for the account token)\n4. Copy your personal API token",
"button_label": "Get API Token"
}
}
]
}
}Categories
Tags
Supported AI Clients
The monday.com (npx) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Atlassian (Jira & Confluence)
Interact with Jira issues, Confluence pages, and Compass components through Atlassian's official remote MCP server.
Notion (Docker)
Read and write Notion pages, databases, and blocks via Docker container. Uses a Notion integration token for authentication.
Notion (Remote)
Read and write Notion pages, databases, and blocks through Notion's hosted remote MCP server. No local setup required, authenticates via OAuth.
Notion (npx)
Read and write Notion pages, databases, and blocks locally via npx. Uses a Notion integration token for authentication.
Linear (Remote)
Manage Linear issues, projects, cycles, and teams through the hosted remote MCP server. No local installation required. Connects via OAuth.
Asana
Manage Asana tasks, projects, workspaces, and comments. Create and update tasks, search projects, manage dependencies and subtasks.
Install monday.com (npx) with McpMux
One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.