← Back to browse

OpenProject

Indexed by io.github.alex13slem

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsOPENPROJECT_URL OPENPROJECT_API_TOKEN OPENPROJECT_PAGE_SIZE OPENPROJECT_TIMEOUT_MS OPENPROJECT_AUTH_MODE OPENPROJECT_ALLOWED_UPLOAD_DIRS
Claude Code
claude mcp add --env OPENPROJECT_URL= --env OPENPROJECT_API_TOKEN= --env OPENPROJECT_PAGE_SIZE= --env OPENPROJECT_TIMEOUT_MS= --env OPENPROJECT_AUTH_MODE= --env OPENPROJECT_ALLOWED_UPLOAD_DIRS= openproject -- npx openproject-codex-plugin
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"openproject","command":"npx","args":["openproject-codex-plugin"],"env":{"OPENPROJECT_URL":"","OPENPROJECT_API_TOKEN":"","OPENPROJECT_PAGE_SIZE":"","OPENPROJECT_TIMEOUT_MS":"","OPENPROJECT_AUTH_MODE":"","OPENPROJECT_ALLOWED_UPLOAD_DIRS":""}}'
JSON
{
  "mcpServers": {
    "openproject": {
      "command": "npx",
      "args": [
        "openproject-codex-plugin"
      ],
      "env": {
        "OPENPROJECT_URL": "",
        "OPENPROJECT_API_TOKEN": "",
        "OPENPROJECT_PAGE_SIZE": "",
        "OPENPROJECT_TIMEOUT_MS": "",
        "OPENPROJECT_AUTH_MODE": "",
        "OPENPROJECT_ALLOWED_UPLOAD_DIRS": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.