Monday.com
OfficialAI agents interact with monday.com boards, items, and workflows.
API Key Required
Configuration
{
"mcpServers": {
"monday": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-monday"
],
"env": {
"MONDAY_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.