OpenProject runs on your own machine — the client starts it, so there is no endpoint to ping. 158 installs a week from pypi. Last commit 8 Sep 2026.
88 tools for the OpenProject API v3: work packages, attachments, git activity, time, reporting
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.
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.
claude mcp add openproject-mcp-server -- uvx openproject-mcp-server
{
"mcpServers": {
"openproject-mcp-server": {
"args": [
"openproject-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.openproject-mcp-server]
command = "uvx"
args = ["openproject-mcp-server"]
{
"mcpServers": {
"openproject-mcp-server": {
"args": [
"openproject-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"openproject-mcp-server": {
"args": [
"openproject-mcp-server"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
OPENPROJECT_URL (OpenProject instance root URL, e.g. https://openproject.example.com), OPENPROJECT_API_KEY (API key from My account -> Access tokens in OpenProject), OPENPROJECT_MCP_READ_ONLY (Set to 1 to serve read tools only), OPENPROJECT_MCP_ADMIN_TOOLS (Set to 1 to enable the membership-write tools (hidden by default)), OPENPROJECT_MCP_DISABLE (Comma-separated tool groups to drop, e.g. meetings,budgets).
The author declared them in the registry entry; get the values from the project itself.
Shared, git-tracked working memory for AI agents on the same codebase.
Timen time tracking — timers, time entries, reports, projects, and clients.
MCP server exposing the ATimeLogger REST API (activities, reports, types)
First-party local TaskTime Pro tools for tasks, timers, expenses, invoices, reports, and planning.
Time Tracker Ai tools for AI agents. Capabilities: start timer, stop timer, get report. Built by
CallRail REST API v3: 57 tools for calls, leads, trackers, tags, users, and agency reporting.
AI project timelines & Gantt charts, plus enterprise resourcing, capacity & weekly status reporting.
Persistent project memory for AI coding agents: one compact digest instead of re-reading the repo.
Answers built from our own checks of this server.