OpenProject MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENPROJECT_URL | Yes | The URL of your OpenProject instance (e.g., https://your-instance.openproject.com) | |
| OPENPROJECT_API_KEY | Yes | Your OpenProject API key for authentication. Get this from My Account > Access tokens > + API in your OpenProject instance. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_work_packageA | Create a new work package in a project. |
| get_work_packageC | Get detailed information about a work package. |
| update_work_packageB | Update an existing work package. |
| list_work_packagesB | List work packages with optional filtering and pagination. |
| delete_work_packageB | Permanently delete a work package. |
| get_available_assigneesB | Get list of users who can be assigned to work packages in a project. |
| add_watcherC | Add a user as a watcher to a work package. |
| remove_watcherB | Remove a user from work package watchers. |
| get_work_package_schemaC | Get the schema for creating/updating work packages. |
| set_parent_work_packageA | Set or remove the parent of a work package. |
| get_work_package_activitiesB | Retrieve all activities and comments for a work package. |
| create_commentB | Add a comment to a work package. |
| get_activityC | Get details of a specific activity. |
| update_commentB | Update an existing comment. |
| get_projectB | Get detailed information about a project. |
| list_projectsB | List all accessible projects with optional filtering and pagination. |
| update_projectB | Update an existing project. |
| list_work_package_relationsC | Get all relations for a work package. |
| create_relationB | Create a relation between two work packages. |
| get_relationC | Get details of a specific relation. |
| delete_relationB | Remove a relation between work packages. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dev-in-black/openproject-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server