MCP Redmine
A server integration for the Redmine project management tool.
MCP Redmine - Quick Start Guide (Windows)
This guide will help you set up and run MCP Redmine on your Windows machine, using the folder structure and commands from your setup.
Prerequisites
- Python 3.8 or newer installed
- uv Python package manager (will be installed below)
- git installed
- Access to a Redmine instance and your API key
1. Install uv (Python package manager)
Open PowerShell and run:
pip install uv
2. Clone the MCP Redmine Repository
git clone https://github.com/runekaagaard/mcp-redmine.git
cd "C:/Users/Ade Sulaiman/Desktop/AI/redmine mcp/mcp-redmine"
3. Install Dependencies
uv sync
4. Set Up Environment Variables (for manual run)
Replace with your actual Redmine URL and API key:
$env:REDMINE_URL = "http://localhost:3000"
$env:REDMINE_API_KEY = "your-api-key"
5. Run the MCP Redmine Server
uv run mcp_redmine/server.py main
6. (Optional) Integrate with Claude Desktop
Edit your config at C:/Users/Ade Sulaiman/AppData/Roaming/Claude/claude_desktop_config.json:
{
"mcpServers": {
"redmine": {
"command": "uv",
"args": [
"run",
"--directory",
"C:/Users/Ade Sulaiman/Desktop/AI/redmine mcp/mcp-redmine",
"-m",
"mcp_redmine.server",
"main"
],
"env": {
"REDMINE_URL": "http://localhost:3000",
"REDMINE_API_KEY": "your-api-key"
}
}
}
}
7. Verify the Connection
- Restart Claude Desktop if running.
- Try a Redmine command in Claude Desktop (e.g., "List all Redmine projects").
- Check the MCP Redmine server terminal for activity.
(Original README continues below)
Related Servers
Bitly MCP Server
Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.
macOS Defaults
Read and write macOS user defaults and settings.
Travel MCP Server
A comprehensive travel planning server for flight search, accommodation booking, currency exchange, and weather forecasting.
AI Collaboration MCP Server
An MCP server for AI-to-AI collaboration, enabling autonomous workflows and role-based task management between different AI models.
TurboVault
Markdown and Obsidian compatible knowledge graph.
MCP-MD-PDF: Markdown to Word/PDF Converter
A simple, reliable Model Context Protocol (MCP) server that converts Markdown files into professional Word (.docx) and PDF documents — with full support for .dotx templates.
MediaWiki MCP Server
Connect AI assistants to any MediaWiki wiki (Wikipedia, Fandom, corporate wikis) with 33+ tools for search, read, edit, and Markdown conversion.
Jira
Integrate with Jira's REST API to manage projects, track issues, and perform analytics.
Qingma Yizhan Auto Answer
An MCP server that provides an automatic answering function for the Qingma Yizhan platform.
Agent Collaboration
A dynamic server for managing multi-agent collaboration within tmux sessions, featuring flexible pane configurations and auto-detection.