OpenProject CE MCP Server
Related Servers
Alternatives to OpenProject CE MCP Server
No user-submitted related servers found.
Related Servers
- AGPL 3.0
- AlicenseNot gradedqualityAmaintenanceOpen-source, engine-agnostic MCP server shared by Unity-MCP, Godot-MCP, and Unreal-MCP.11Apache 2.0
- MIT
- MIT
- AlicenseNot gradedqualityAmaintenanceOpen source MCP server specializing in easy, fast, and secure tools for Databases.16,371Apache 2.0
- AlicenseNot gradedqualityCmaintenanceProduction-grade MCP server for universal reverse engineering automation.75GPL 3.0
TDQS
Scored across 85 tools
Most tools are clearly separated by resource and action, and the descriptions cross-reference each other extensively. A few near-neighbors could still be misselected without careful reading, such as list_attachments vs list_file_links and get_project_metadata vs get_work_package_schema.
The naming is remarkably consistent: nearly every tool follows a snake_case verb_noun pattern (list_*, get_*, create_*, update_*, delete_*, add_*, remove_*, set_*). Even less typical names like run_query, log_time, and toggle_comment_reaction still follow the same verb-first convention.
At 85 tools, this is far beyond the 50+ threshold for an extreme count mismatch. While the OpenProject domain is broad, this surface is overwhelming for agent tool selection and includes many niche single-purpose tools that could have been consolidated or namespaced.
Core CRUD for work packages, projects, meetings, time entries, versions, and news is well covered, but there are significant dead ends. Membership write tools (create_membership, update_membership, delete_membership) are referenced in descriptions yet absent from the tool list, and wiki, documents, budgets, and file links are read-only or severely limited.