Loading MCP server directory, please wait...
Manage OpenProject projects, work packages, files, relations, boards, users, and notifications.
npx @getmcp/cli add io.github.alex13slem/openprojectRequires Node.js 18+. Community-contributed server. Review source before installing.
OPENPROJECT_URLRoot URL of the OpenProject instance
OPENPROJECT_API_TOKENOpenProject API token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.alex13slem/openproject": {
"command": "npx",
"args": [
"-y",
"openproject-codex-plugin"
],
"env": {
"OPENPROJECT_URL": "",
"OPENPROJECT_API_TOKEN": "",
"OPENPROJECT_PAGE_SIZE": "25",
"OPENPROJECT_TIMEOUT_MS": "30000",
"OPENPROJECT_AUTH_MODE": "basic",
"OPENPROJECT_ALLOWED_UPLOAD_DIRS": ""
}
}
}
}