Monday MCP
Related Servers
Alternatives to Monday MCP
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceA lightweight MCP server that provides a focused set of tools for interacting with monday.com's GraphQL API, enabling users to manage boards, items, users, and updates from AI assistants.13MIT
- AlicenseNot gradedqualityCmaintenanceMCP server wrapping Monday.com GraphQL API to enable AI agents to interact with Monday.com boards, items, and workspaces through natural language or tool calls.2 npmMIT
- FlicenseNot gradedqualityCmaintenanceLocal MCP server enabling natural-language monday.com task management via the official Platform MCP package, wired into IBM Bob with personal API token authentication.-
- AlicenseAqualityDmaintenanceA Model Context Protocol server that enables creating, modifying, and validating infinite canvas data structures according to the JSON Canvas 1.0 specification.714MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides tools for interacting with Trello boards, enabling seamless management of cards, lists, and activities while handling rate limiting and type safety.35MIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides tools for connecting to and interacting with various database systems (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server) through a unified interface.3-
TDQS
Scored across 15 tools
Each tool targets a distinct resource and action. The only potential overlap is between monday_list_items and monday_get_items, but their descriptions clearly differentiate paginated readable output from full column-level detail.
All tools follow the consistent pattern monday_<verb>_<noun>, using snake_case throughout. The verbs clearly indicate the action (list, get, create, update, move, delete), making the set predictable and easy to navigate.
15 tools is within the well-scoped range (3-15) and each tool addresses a meaningful part of the Monday.com workflow, from workspace discovery to item creation, updates, subitems, and conversations. No redundant tools are present.
The tool set covers the core lifecycle for boards, items, subitems, and updates, including metadata lookups and user management. Missing direct board creation/deletion, but the monday_graphql fallback fills rare gaps, so agents have a complete path for typical item-centric workflows.