OpenProject

v1.0.0Business Applicationsstable

A Model Context Protocol (MCP) server that provides seamless integration with OpenProject API v3.

apicontributions-welcomemcpmcp-serveropenproject
Share:
56
Stars
0
Downloads
0
Weekly
0/5

What is OpenProject?

OpenProject is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to model context protocol (mcp) server that provides seamless integration with openproject api v3.

A Model Context Protocol (MCP) server that provides seamless integration with OpenProject API v3.

This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A Model Context Protocol (MCP) server that provides seamless

Use Cases

Integrate with OpenProject project management via API. Manage projects and tasks through Claude.
AndyEverything

Maintainer

LicenseMIT
Languagepython
Versionv1.0.0
UpdatedMay 22, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx openproject

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use OpenProject

The OpenProject MCP server integrates AI assistants with the OpenProject project management platform via its REST API v3, exposing over 40 tools for managing projects, work packages, users, memberships, and time entries. It lets you create and update tasks, filter work by priority or deadline, track time, and manage team assignments entirely through natural language in your AI client. Teams running OpenProject for agile or waterfall project management use this server to query project status, triage backlogs, and automate routine project management tasks without switching between tools.

Prerequisites

  • Python 3.10 or later installed
  • A running OpenProject instance (cloud at openproject.com or self-hosted)
  • An OpenProject API key — generate one in My Account → Access Tokens in your OpenProject profile
  • uv or pip for Python dependency installation
  • An MCP-compatible client such as Claude Desktop or Claude Code
1

Clone the repository and install dependencies

Clone the openproject-mcp-server repository and install the required Python packages.

git clone https://github.com/AndyEverything/openproject-mcp-server.git
cd openproject-mcp-server
pip install -r requirements.txt
2

Generate an OpenProject API key

In your OpenProject instance, navigate to My Account → Access Tokens and generate a new API token. Copy it for use in the next step.

3

Add the server via Claude Code CLI

Register the server using the claude mcp add command, providing your OpenProject URL and API key as environment variables.

claude mcp add openproject-fastmcp \
  /path/to/openproject-mcp-server/.venv/bin/python \
  /path/to/openproject-mcp-server/openproject-mcp-fastmcp.py \
  -e OPENPROJECT_URL=https://your-instance.openproject.com \
  -e OPENPROJECT_API_KEY=your-api-key
4

Or configure manually in claude_desktop_config.json

Add the server entry to your MCP client config file with the Python interpreter path and environment variables.

{
  "mcpServers": {
    "openproject": {
      "command": "/path/to/openproject-mcp-server/.venv/bin/python",
      "args": ["/path/to/openproject-mcp-server/openproject-mcp-fastmcp.py"],
      "env": {
        "OPENPROJECT_URL": "https://your-instance.openproject.com",
        "OPENPROJECT_API_KEY": "your-api-key"
      }
    }
  }
}
5

Restart your MCP client and verify connection

Restart Claude Desktop or Claude Code. Ask it to list all active projects — if you see your OpenProject data, the connection is working.

OpenProject Examples

Client configuration

claude_desktop_config.json block for the OpenProject MCP server using the local Python interpreter.

{
  "mcpServers": {
    "openproject": {
      "command": "/path/to/openproject-mcp-server/.venv/bin/python",
      "args": ["/path/to/openproject-mcp-server/openproject-mcp-fastmcp.py"],
      "env": {
        "OPENPROJECT_URL": "https://your-instance.openproject.com",
        "OPENPROJECT_API_KEY": "your-api-key"
      }
    }
  }
}

Prompts to try

Example prompts that exercise the OpenProject tools for project management.

- "List all active projects and show me the number of open work packages in each."
- "Find all overdue high-priority tasks in project 5 and assign them to user ID 12."
- "Create a new work package titled 'Fix login timeout bug' in project 3 with priority High and set the due date to next Friday."
- "Show me all tasks due in the next 3 days across all projects."
- "Log 2 hours of work on work package 456 with the comment 'Code review completed'."

Troubleshooting OpenProject

401 Unauthorized when connecting to OpenProject

Verify your OPENPROJECT_API_KEY is correct and was not revoked. In OpenProject, go to My Account → Access Tokens and confirm the token is still active. Also check that OPENPROJECT_URL does not have a trailing slash.

Python interpreter not found or ModuleNotFoundError

Create a virtual environment inside the project directory ('python -m venv .venv'), activate it, and run 'pip install -r requirements.txt'. Use the full absolute path to the .venv/bin/python interpreter in your config.

Self-hosted OpenProject instance returns SSL certificate errors

Set the optional OPENPROJECT_PROXY environment variable if routing through a proxy, or configure your Python environment to trust your internal CA certificate by setting REQUESTS_CA_BUNDLE to your certificate bundle path.

Frequently Asked Questions about OpenProject

What is OpenProject?

OpenProject is a Model Context Protocol (MCP) server that model context protocol (mcp) server that provides seamless integration with openproject api v3. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install OpenProject?

Follow the installation instructions on the OpenProject GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with OpenProject?

OpenProject works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is OpenProject free to use?

Yes, OpenProject is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

OpenProject Alternatives — Similar Business Applications Servers

Looking for alternatives to OpenProject? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.

n8n

189.1k

A comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou

LobeHub

77.5k

🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.

Jeecgboot

46.4k

AI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。

CowAgent

44.7k

CowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。

Minds Platform

39.2k

Platform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.

Astrbot

32.8k

AI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨

Browse More Business Applications MCP Servers

Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "openproject": { "command": "npx", "args": ["-y", "openproject"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use OpenProject?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides