HomeProductivity › OpenProject

OpenProject

Manage OpenProject projects, work packages, files, relations, boards, users, and notifications.

TypeScript CloudLocal macOSWindowsLinux
★ 0 stars Last pushed 2026-07-14 License: MIT

Topics: Workplace & Productivity

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.5.0)

npx -y openproject-codex-plugin@0.5.0

Or add to your MCP client config:

{
  "mcpServers": {
    "openproject-codex-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "openproject-codex-plugin@0.5.0"
      ],
      "env": {
        "OPENPROJECT_URL": "<YOUR_VALUE>",
        "OPENPROJECT_API_TOKEN": "<YOUR_VALUE>",
        "OPENPROJECT_PAGE_SIZE": "<YOUR_VALUE>",
        "OPENPROJECT_TIMEOUT_MS": "<YOUR_VALUE>",
        "OPENPROJECT_AUTH_MODE": "<YOUR_VALUE>",
        "OPENPROJECT_ALLOWED_UPLOAD_DIRS": "<YOUR_VALUE>"
      }
    }
  }
}
  • OPENPROJECT_URL required — Root URL of the OpenProject instance
  • OPENPROJECT_API_TOKEN required secret — OpenProject API token
  • OPENPROJECT_PAGE_SIZE — Default page size from 1 to 100
  • OPENPROJECT_TIMEOUT_MS — Request timeout in milliseconds from 1000 to 300000
  • OPENPROJECT_AUTH_MODE — API-token authentication mode: basic for broad compatibility or bearer for OpenProject 17.2+
  • OPENPROJECT_ALLOWED_UPLOAD_DIRS — Platform-separated directories from which attachment files may be read; defaults to the process working directory

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry