OpenProject MCP Server
Provides tools for managing projects, work packages (tasks, milestones, etc.), activities/comments, and wiki pages via the OpenProject API v3.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OpenProject MCP Servershow me the details of work package #42"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenProject MCP Server 🚀
A professional Model Context Protocol (MCP) server that provides a robust interface to OpenProject API v3. Manage your projects, work packages, and activities directly through AI agents like Claude.
✨ Features
🛠️ Full Work Package Lifecycle: Create, list, search, and update work packages.
💬 Activity Support: List activities and add comments to any work package.
🏢 Multi-Project Management: Explore project hierarchies and subprojects.
🚀 Dual Interface: Seamlessly switch between MCP (stdio) and FastAPI (REST) modes.
🔒 Secure: Environment-based configuration with TLS verification support.
Related MCP server: OpenProject MCP Server
🛠️ MCP Tools Available
Tool | Description |
| List projects and subprojects. |
| Fetch full project metadata. |
| List tasks/packages in a project with status filters. |
| Get detailed information including |
| Create new work packages (Tasks, Milestones, etc). |
| Update subject, description, or priority. |
| Global search across all work packages. |
| Add a comment to a work package. |
| View full history and comments of a task. |
| List all wiki pages in a project. |
| Read content and metadata of a wiki page. |
| Create new wiki documentation. |
| Update existing wiki content. |
🚀 Quick Start
🐳 Docker (Recommended)
Build the image:
docker build -t openproject-mcp .Run as API:
docker run -d -p 8000:8000 --env-file .env openproject-mcp
🤖 Integration with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"openproject": {
"command": "docker",
"args": [
"run", "-i", "--rm", "--network=host",
"--env-file", "/absolute/path/to/.env",
"openproject-mcp", "mcp"
]
}
}
}⚙️ Configuration
Create a .env file based on .env.example:
OPENPROJECT_HOST: Your instance URL (e.g.,https://myproject.openproject.com)OPENPROJECT_API_KEY: Your API key (v3)OPENPROJECT_TLS_VERIFY: Set toFalsefor self-signed certs.
📄 License
MIT License.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/franco-lamas/openproject-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server