mcp-openproject-standalone
Related Servers
Alternatives to mcp-openproject-standalone
No user-submitted related servers found.
Related Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to manage OpenProject projects, work packages, activities, and wiki pages through the Model Context Protocol.-
- FlicenseAqualityDmaintenanceIntegrates OpenProject with AI IDEs like Cursor to retrieve tasks ready for development and task details.2-
- AlicenseNot gradedqualityDmaintenanceIntegrates with EasyProject API to manage projects, tasks, users, time tracking, and reporting via MCP protocol in editors like Cursor AI.8 npm1MIT
- FlicenseNot gradedqualityDmaintenanceEnables interaction with self-hosted OpenProject instances through the MCP protocol, supporting CRUD operations for projects and tasks (work packages) with pagination and filtering capabilities.8-
- AlicenseBqualityCmaintenanceEnables interaction with Redmine projects and issues via the Cline VS Code extension, supporting project management and issue creation through the Model Context Protocol.111 npm1MIT
- AlicenseNot gradedqualityAmaintenanceEnables Codex to interact with OpenProject for project management, work packages, and reporting.MIT
TDQS
Scored across 9 tools
Each tool targets a distinct resource and action: projects have list/get, work packages have list/get/create/update, statuses have list and available transitions, and comments have add. There's no overlap that would confuse an agent.
All tools follow the verb_noun pattern consistently: list_*, get_*, create_*, update_*, add_*. All names are lowercase snake_case, and the verbs clearly indicate the operation.
The 9 tools are well-scoped for the OpenProject domain, covering projects, work packages, statuses, and comments without excessive fragmentation or missing essentials.
Core work package lifecycle is covered (create, read, update), and status workflows are well supported. Missing delete operations and project creation are minor gaps that don't severely impact typical usage.