PluginBench
MCP Server
Maintained
MIT

OpenProject MCP Server

io.github.alex13slem/openproject

What is the OpenProject MCP server?

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

How to install OpenProject

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • 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

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openproject": {
      "command": "npx",
      "args": [
        "-y",
        "openproject-codex-plugin"
      ],
      "env": {
        "OPENPROJECT_URL": "<YOUR_OPENPROJECT_URL>",
        "OPENPROJECT_API_TOKEN": "<YOUR_OPENPROJECT_API_TOKEN>",
        "OPENPROJECT_PAGE_SIZE": "<YOUR_OPENPROJECT_PAGE_SIZE>",
        "OPENPROJECT_TIMEOUT_MS": "<YOUR_OPENPROJECT_TIMEOUT_MS>",
        "OPENPROJECT_AUTH_MODE": "<YOUR_OPENPROJECT_AUTH_MODE>",
        "OPENPROJECT_ALLOWED_UPLOAD_DIRS": "<YOUR_OPENPROJECT_ALLOWED_UPLOAD_DIRS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "openproject": {
      "command": "npx",
      "args": [
        "-y",
        "openproject-codex-plugin"
      ],
      "env": {
        "OPENPROJECT_URL": "<YOUR_OPENPROJECT_URL>",
        "OPENPROJECT_API_TOKEN": "<YOUR_OPENPROJECT_API_TOKEN>",
        "OPENPROJECT_PAGE_SIZE": "<YOUR_OPENPROJECT_PAGE_SIZE>",
        "OPENPROJECT_TIMEOUT_MS": "<YOUR_OPENPROJECT_TIMEOUT_MS>",
        "OPENPROJECT_AUTH_MODE": "<YOUR_OPENPROJECT_AUTH_MODE>",
        "OPENPROJECT_ALLOWED_UPLOAD_DIRS": "<YOUR_OPENPROJECT_ALLOWED_UPLOAD_DIRS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "openproject": {
      "command": "npx",
      "args": [
        "-y",
        "openproject-codex-plugin"
      ],
      "env": {
        "OPENPROJECT_URL": "<YOUR_OPENPROJECT_URL>",
        "OPENPROJECT_API_TOKEN": "<YOUR_OPENPROJECT_API_TOKEN>",
        "OPENPROJECT_PAGE_SIZE": "<YOUR_OPENPROJECT_PAGE_SIZE>",
        "OPENPROJECT_TIMEOUT_MS": "<YOUR_OPENPROJECT_TIMEOUT_MS>",
        "OPENPROJECT_AUTH_MODE": "<YOUR_OPENPROJECT_AUTH_MODE>",
        "OPENPROJECT_ALLOWED_UPLOAD_DIRS": "<YOUR_OPENPROJECT_ALLOWED_UPLOAD_DIRS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "openproject": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "openproject-codex-plugin"
      ],
      "env": {
        "OPENPROJECT_URL": "<YOUR_OPENPROJECT_URL>",
        "OPENPROJECT_API_TOKEN": "<YOUR_OPENPROJECT_API_TOKEN>",
        "OPENPROJECT_PAGE_SIZE": "<YOUR_OPENPROJECT_PAGE_SIZE>",
        "OPENPROJECT_TIMEOUT_MS": "<YOUR_OPENPROJECT_TIMEOUT_MS>",
        "OPENPROJECT_AUTH_MODE": "<YOUR_OPENPROJECT_AUTH_MODE>",
        "OPENPROJECT_ALLOWED_UPLOAD_DIRS": "<YOUR_OPENPROJECT_ALLOWED_UPLOAD_DIRS>"
      }
    }
  }
}
Claude Code
claude mcp add openproject --env OPENPROJECT_URL=<YOUR_OPENPROJECT_URL> --env OPENPROJECT_API_TOKEN=<YOUR_OPENPROJECT_API_TOKEN> --env OPENPROJECT_PAGE_SIZE=<YOUR_OPENPROJECT_PAGE_SIZE> --env OPENPROJECT_TIMEOUT_MS=<YOUR_OPENPROJECT_TIMEOUT_MS> --env OPENPROJECT_AUTH_MODE=<YOUR_OPENPROJECT_AUTH_MODE> --env OPENPROJECT_ALLOWED_UPLOAD_DIRS=<YOUR_OPENPROJECT_ALLOWED_UPLOAD_DIRS> -- npx -y openproject-codex-plugin

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →