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_package | Create a new work package in a project. |
| get_work_package | Get detailed information about a work package. |
| update_work_package | Update an existing work package. |
| list_work_packages | List work packages with optional filtering and pagination. |
| delete_work_package | Permanently delete a work package. |
| get_available_assignees | Get list of users who can be assigned to work packages in a project. |
| add_watcher | Add a user as a watcher to a work package. |
| remove_watcher | Remove a user from work package watchers. |
| get_work_package_schema | Get the schema for creating/updating work packages. |
| set_parent_work_package | Set or remove the parent of a work package. |
| get_work_package_activities | Retrieve all activities and comments for a work package. |
| create_comment | Add a comment to a work package. |
| get_activity | Get details of a specific activity. |
| update_comment | Update an existing comment. |
| get_project | Get detailed information about a project. |
| list_projects | List all accessible projects with optional filtering and pagination. |
| update_project | Update an existing project. |
| list_work_package_relations | Get all relations for a work package. |
| create_relation | Create a relation between two work packages. |
| get_relation | Get details of a specific relation. |
| delete_relation | 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