Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"monday-apps": {
"command": "npx",
"args": [
"@mondaydotcomorg/monday-api-mcp",
"--token",
"${MONDAY_API_TOKEN}",
"--mode",
"apps"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub mondaycom/agentic-monday --plugin monday-code