F
licenseNot graded
qualityD
maintenanceA comprehensive MCP server for integrating with OpenProject API, enabling AI assistants to manage projects, work packages, time tracking, and users.
4 npm
-
No user-submitted related servers found.
Scored across 12 tools
Each tool targets a distinct operation on projects, tasks, or user info, with clear separation of concerns. No two tools have overlapping purposes.
All tools follow the consistent verb_noun pattern with snake_case, prefixed by 'aiproject_', making the naming predictable and easy to parse.
12 tools is an appropriate scope for a project/task management server, covering CRUD for two main entities plus user and assignment status operations.
Core CRUD lifecycle for projects and tasks is complete. Minor gap: no dedicated assignment creation tool, but assignments are managed through task creation/update, so it's a minor weakness.