Search, create, update, assign, and comment on OpenProject work packages.
Search, create, update, assign, and comment on OpenProject work packages. The openproject mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 10 defined tools rather than through you.
OpenProject also provides an official MCP server in Professional plans and above. As of July 2026, that server exposes read-only tools. This community project is a good fit when you need write operations, Codex-specific guidance, or support for Community Edition. See the official MCP documentation for the current capabilities of OpenProject's server.
openproject-codex-plugin on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
Area — Read toolsProjects — list_projects, get_project, count_projectsAttachments — list_work_package_attachments, get_work_package_attachmentRelations — list_work_package_relations, get_work_package_relationUsers — get_current_user, list_users, get_user, list_available_assigneesWatchers — list_work_package_watchersNotifications — list_notifications, get_notificationBoards — list_boards, get_board, list_board_lanesAdvanced — get_openproject_apiWindows — Set OPENPROJECT_URL and OPENPROJECT_API_TOKEN, save it, then install:You will need 4 environment variables: OPENPROJECT_URL, OPENPROJECT_API_TOKEN, OPENPROJECT_BASE_URL, OPENPROJECT_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. OpenProject's toolset — Area, Projects, Attachments and 7 more — is a fair guide to whether it matches your workflow. It is maintained by alex13slem; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Area | Read tools |
| Projects | list_projects, get_project, count_projects |
| Attachments | list_work_package_attachments, get_work_package_attachment |
| Relations | list_work_package_relations, get_work_package_relation |
| Users | get_current_user, list_users, get_user, list_available_assignees |
| Watchers | list_work_package_watchers |
| Notifications | list_notifications, get_notification |
| Boards | list_boards, get_board, list_board_lanes |
| Advanced | get_openproject_api |
| Windows | Set OPENPROJECT_URL and OPENPROJECT_API_TOKEN, save it, then install: |
{
"mcpServers": {
"openproject": {
"command": "npx",
"args": ["-y", "openproject-codex-plugin"],
"env": {
"OPENPROJECT_URL": "your-value",
"OPENPROJECT_API_TOKEN": "your-value",
"OPENPROJECT_BASE_URL": "your-value",
"OPENPROJECT_API_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| OPENPROJECT_URL | Endpoint or connection string the server talks to. | Yes |
| OPENPROJECT_API_TOKEN | Credential the server authenticates with. | Yes |
| OPENPROJECT_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| OPENPROJECT_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.