mcpbeat Sign in

OpenProject MCP Server

by alex13slem Your server? Claim it
local only

OpenProject runs on your own machine — the client starts it, so there is no endpoint to ping. 34 installs a week from npm. Last commit 14 Jul 2026.

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

Installs per day peak 382 · avg 21 · +1% w/w
a month agotoday
34
Installs / week
npm · openproject-codex-plugin
0
Stars
5 open issues
14 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check OpenProject every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openproject -- npx -y openproject-codex-plugin
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openproject": {
      "args": [
        "-y",
        "openproject-codex-plugin"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openproject]
command = "npx"
args = ["-y", "openproject-codex-plugin"]
.cursor/mcp.json
{
  "mcpServers": {
    "openproject": {
      "args": [
        "-y",
        "openproject-codex-plugin"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openproject": {
      "args": [
        "-y",
        "openproject-codex-plugin"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OPENPROJECT_URL (Root URL of the OpenProject instance), OPENPROJECT_API_TOKEN (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). The author declared them in the registry entry; get the values from the project itself.

Alternatives to OpenProject

same job, measured the same way
ntfy
by ni-c

Publish ntfy notifications, read the message cache, and manage users and topic access

46 installs/wk local only
Semrush Appcenter
by mcparmory

Manage subscriptions, users, and send event notifications for Semrush apps

260 installs/wk local only
Kanera
by kanera

Manage Kanera workspaces, boards, cards, checklists, comments, notes, automations, and reports.

answering
Career Rift
by careerrift

Manage job applications — jobs, companies, boards, notes, and profile — from your AI client.

answering
Ntfy MCP Server
by cyanheads

Send, manage, and replay ntfy push notifications via MCP.

1 085 installs/wk local only
Slack
by mcparmory

Manage channels, conversations, users, and workspace apps programmatically

226 installs/wk local only
Gotify MCP
by kcofoni

MCP server for Gotify push notifications - send messages and manage apps/clients.

local only
Pagerduty
by mcparmory

Manage incidents, on-call schedules, escalation policies, and alert notifications

226 installs/wk local only

OpenProject — questions

Answers built from our own checks of this server.

Why is there no uptime for OpenProject?
OpenProject runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package openproject-codex-plugin was installed 34 times last week.
How do I connect OpenProject?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls openproject-codex-plugin straight from npm; nothing to host, nothing to sign up for.
How many people use OpenProject?
The npm package openproject-codex-plugin was installed 34 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is OpenProject open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.