From monday-code
Provides access to Monday.com API in 'apps' mode for app management and interactions. Runs locally as stdio subprocess. Requires MONDAY_API_TOKEN.
npx claudepluginhub mondaycom/agentic-mondayAdd to your .mcp.json:
{
"mcpServers": {
"monday-apps": {
"command": "npx",
"args": [
"@mondaydotcomorg/monday-api-mcp",
"--token",
"${MONDAY_API_TOKEN}",
"--mode",
"apps"
]
}
}
}npx