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.
Related MCP Servers
- Alicense-qualityBmaintenanceEnables AI assistants to interact with OpenProject's API v3 for comprehensive project management operations including work packages, projects, time tracking, users, and all other OpenProject features through natural language.Last updated4MIT
- Alicense-qualityCmaintenanceEnables AI agents to interact with OpenProject's APIv3 for autonomous project management, including task tracking, member administration, and project configuration. It supports comprehensive operations for managing work packages, projects, and reference data like statuses and priorities.Last updated251MIT
- Alicense-qualityDmaintenanceEnables LLM applications to interact with OpenProject for project management, work package tracking, and task creation.Last updated70MIT
- Flicense-qualityDmaintenanceEnables AI assistants to access and manage OpenProject projects, work packages, attachments, time tracking, wiki, and users via the OpenProject API v3.Last updated
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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