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)
Server Terkait
Routine
MCP server to interact with Routine: calendars, tasks, notes, etc.
TaskWarrior MCP Server
An MCP server for managing tasks with the command-line tool TaskWarrior.
PAF-IAST LMS Automation
Automates interactions with the PAF-IAST Learning Management System (LMS) for AI assistants like Claude and VS Code Copilot.
Taiga MCP Server
A server for Taiga project management, enabling advanced sprint and issue tracking.
Careflow-MCP
Production-ready healthcare workflow automation powered by n8n and the Model Context Protocol. Enables Claude and other AI assistants to trigger HIPAA-compliant patient task management workflows through natural language.
Apple MCP tools
Integrate with Apple's native apps like Contacts, Notes, Messages, and Mail.
P-Link.io
HTTP402 implementation - Gives agents the capacity to pay 402 links and send money to any email, request money
Wishfinity +W
Universal wishlist for AI shopping. Save any product URL from any store to a persistent wishlist directly from AI conversations.
Gemini Data Analysis & Research
Leverages Google's Gemini AI for data analysis, research paper generation, and automated email delivery.
Omnispindle
A todo management system designed for coordinating tasks across multiple projects, utilizing MongoDB and MQTT.