Redmine

v1.1.3Business Applicationsstable

Enables AI agents to interact with Redmine API for managing tickets, projects, users, and time entries. Supports comprehensive operations including issue creation/updates, project management, time logging, and search with dual authentication (Basic A

redmine-mcp-servermcpai-integration
Share:
75
Stars
0
Downloads
0
Weekly
0/5

What is Redmine?

Redmine is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to enables ai agents to interact with redmine api for managing tickets, projects, users, and time entries. supports comprehensive operations including issue creation/updates, project management, time log...

Enables AI agents to interact with Redmine API for managing tickets, projects, users, and time entries. Supports comprehensive operations including issue creation/updates, project management, time logging, and search with dual authentication (Basic A

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

Features

  • get_issues
  • get_issue
  • get_projects
  • get_project
  • get_project_members

Use Cases

Manage Redmine tickets, projects, users, and time entries.
Create, update, and search issues with dual authentication support.
yonaka15

Maintainer

LicenseMIT License
Languagetypescript
Versionv1.1.3
UpdatedMay 7, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y @duongkhuong/mcp-redmine

Manual Installation

npx -y @duongkhuong/mcp-redmine

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 Redmine

The Redmine MCP Server connects AI assistants to a Redmine project management instance, enabling full CRUD operations on issues, projects, users, and time entries through natural language. It supports dual authentication (Basic Auth via API key), and exposes tools for searching and filtering issues by project, status, or assignee, managing project configurations and members, logging work time, and retrieving user details. Teams use it to query ticket status, create or update issues, and log time without leaving their AI assistant.

Prerequisites

  • A running Redmine instance (self-hosted or cloud) with REST API enabled
  • A Redmine API key from your user account (My Account > API access key)
  • Node.js 18 or later for running npx
  • An MCP-compatible client such as Claude Desktop
1

Retrieve your Redmine API key

Log in to your Redmine instance, go to My Account (top right), and find the API access key in the right-hand panel. Copy it for use in your config.

2

Test the server with the MCP inspector

Run the package directly with npx to verify your credentials before configuring a client. Pass your Redmine host and API key as environment variables.

REDMINE_HOST=https://your-redmine.example.com \
REDMINE_API_KEY=your_api_key_here \
npx -y @duongkhuong/mcp-redmine
3

Open your Claude Desktop config

Open claude_desktop_config.json in a text editor. On macOS it is at ~/Library/Application Support/Claude/claude_desktop_config.json.

4

Add the Redmine server block

Add the server configuration with your Redmine host URL and API key. The server will be available on next restart.

{
  "mcpServers": {
    "redmine": {
      "command": "npx",
      "args": ["-y", "@duongkhuong/mcp-redmine"],
      "env": {
        "REDMINE_HOST": "https://your-redmine.example.com",
        "REDMINE_API_KEY": "your_api_key_here"
      }
    }
  }
}
5

Restart Claude Desktop

Fully quit and relaunch Claude Desktop. Verify the Redmine tools appear by asking about your projects or issues.

Redmine Examples

Client configuration

Complete claude_desktop_config.json entry for the Redmine MCP server using the @duongkhuong/mcp-redmine package.

{
  "mcpServers": {
    "redmine": {
      "command": "npx",
      "args": ["-y", "@duongkhuong/mcp-redmine"],
      "env": {
        "REDMINE_HOST": "https://redmine.mycompany.com",
        "REDMINE_API_KEY": "abc123yourapikey"
      }
    }
  }
}

Prompts to try

Use these prompts to manage Redmine issues, projects, and time entries through your AI assistant.

- "List the open issues assigned to me in the 'Backend' project"
- "Create a new issue titled 'Fix login timeout' in project 'webapp' with priority High"
- "Update issue #1234: set status to In Progress and add the note 'Started investigation'"
- "Log 2 hours of work on issue #1234 for the activity Development"
- "Show me all members of the 'DevOps' project"

Troubleshooting Redmine

401 Unauthorized errors when calling tools

Verify your REDMINE_API_KEY is correct and that the REST API is enabled in your Redmine instance (Administration > Settings > Authentication > Enable REST web service).

REDMINE_HOST connection refused or DNS resolution failure

Ensure REDMINE_HOST includes the full URL with protocol (e.g., https://redmine.example.com) and no trailing slash. Test connectivity with 'curl https://redmine.example.com/issues.json?key=your_key' from the same machine.

User listing fails with a permission error

The users tools require administrator privileges in Redmine. Either use an admin account's API key, or restrict your prompts to issues and projects which do not require admin rights.

Frequently Asked Questions about Redmine

What is Redmine?

Redmine is a Model Context Protocol (MCP) server that enables ai agents to interact with redmine api for managing tickets, projects, users, and time entries. supports comprehensive operations including issue creation/updates, project management, time logging, and search with dual authentication (basic a It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Redmine?

Install via npm with the command: npx -y @duongkhuong/mcp-redmine. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Redmine?

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

Is Redmine free to use?

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

Redmine Alternatives — Similar Business Applications Servers

Looking for alternatives to Redmine? 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": { "redmine-mcp-server": { "command": "npx", "args": ["-y", "@duongkhuong/mcp-redmine"] } } }

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

Read the full setup guide →

Ready to use Redmine?

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