Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A server implementation for the Model Context Protocol (MCP) that provides an interface to interact with Monday.com API.
Add this to your MCP client configuration:
{
"mcpServers": {
"mondaycom-mcp": {
"command": "npx",
"args": [
"@mondaydotcomorg/monday-api-mcp",
"-t",
"abcd123"
]
}
}
}{
"id": "mondaycom-mcp",
"name": "Monday.com",
"description": "A server implementation for the Model Context Protocol (MCP) that provides an interface to interact with Monday.com API.",
"source_url": "https://github.com/mondaycom/mcp/tree/HEAD/packages/monday-api-mcp",
"publisher_name": "mondaycom",
"publisher_url": "https://github.com/mondaycom",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 98663,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@mondaydotcomorg/monday-api-mcp"
},
"tools_count": 15
}