mcp-redmine

runekaagaard/mcp-redmine
★ 147 stars Python 🔌 API Integration Updated 1mo ago
A redmine MCP server covering close to 100% of redmines API
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-redmine": {
      "command": "uvx",
      "args": [
        "mcp-redmine"
      ]
    }
  }
}

Or install with pip: pip install mcp-redmine