focalboard-mcp
Related Servers
Alternatives to focalboard-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceEnables task and board management in Focalboard through natural language, supporting board operations, card creation/updates, and column movements with automatic authentication and user-friendly property names.104-
- AlicenseAqualityBmaintenanceMCP server for Mattermost Boards (Focalboard) that enables natural language management of teams, boards, and cards, including CRUD operations.1113 npmMIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to manage Focalboard boards and blocks through the Model Context Protocol, supporting both Stdio and HTTP transport modes.4 npm2MIT
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to manage boards in an AL's Kanban instance, including listing workspaces and boards, creating and editing cards, moving cards between lists, setting due dates, and attaching local files directly to cards.MIT
- AlicenseAqualityAmaintenanceEnables AI agents to manage tasks on a local-first board via MCP, exposing task creation, updates, and queries through a thin adapter over the REST service.7MIT
- AlicenseBqualityFmaintenanceEnables MCP clients to interact with Monday.com boards, allowing creation and management of items, sub-items, comments, and retrieval of board information.2134MIT
TDQS
Scored across 13 tools
Most tools have distinct purposes, but 'find_cards' and 'list_cards' both retrieve cards, and 'search_boards' overlaps with 'list_boards', potentially causing confusion for an agent if descriptions aren't carefully parsed.
All tools use snake_case verb_noun naming, but pluralization is inconsistent (e.g., 'create_cards' vs 'delete_card') and some compound nouns (e.g., 'add_checklist_item') break the simple pattern.
13 tools is well-scoped for a board/card management server, covering core operations without being overwhelming or too sparse.
Covers many operations on cards and boards, but lacks board creation, update, or deletion, and missing comment/checklist item deletion, creating notable gaps in the lifecycle.