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)
เซิร์ฟเวอร์ที่เกี่ยวข้อง
Apple Reminders
A server for native integration with Apple Reminders on macOS.
4th Brain MCP Server
Interact with markdown notes in a personal knowledge vault, such as Obsidian.
Mac Apps Launcher MCP Server
Launch and manage macOS applications. List installed apps, launch them by name, or open files with specific apps.
Liquidium MCP Server
Tools for PostHog analytics, annotations, and project management.
Desktop Automation
Automate desktop actions and interact with your local environment using LLM applications.
macOS Utilities
Provides macOS utility tools for AI assistants, including sending native notifications with project context.
Humanizer PRO
Humanizer PRO transforms AI content into natural, human-like writing that bypasses all AI detection. Our advanced AI humanizer ensures perfect authenticity while preserving your message. Try it now!
Notion
Interact with Notion using its API. This server mirrors the Notion API SDK, allowing LLMs to manage pages, databases, and other Notion content.
MCP Orchestro
Trello for Claude Code: AI-powered task management with 60 MCP tools, visual Kanban board, and intelligent orchestration for product teams and developers
Gemini Data Analysis & Research
Leverages Google's Gemini AI for data analysis, research paper generation, and automated email delivery.