Back to Apps

Redmine MCP Server
by onozaty
Comprehensive MCP server for Redmine providing full access to the REST API for issue and project management.
0 stars
Works in:VS Code Copilot
Exposes:Tools
What it does
This MCP server connects your AI assistant to a Redmine instance, allowing the AI to manage projects, track issues, handle wiki pages, and record time entries directly through the Redmine REST API.
Tools
getIssues/createIssue/updateIssue/deleteIssue: Full lifecycle management of Redmine issues.getProjects/createProject/updateProject: Manage project structures and settings.getWikiPages/updateWikiPage: Interact with and update project documentation.getTimeEntries/createTimeEntry: Log and track time spent on tasks.getUsers/createUser: Manage user accounts and permissions.search: Cross-search functionality across Redmine entities.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": ["-y", "@onozaty/redmine-mcp-server"],
"env": {
"REDMINE_URL": "https://your-redmine.example.com",
"REDMINE_API_KEY": "your-api-key-here"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Visual Studio Code
Quick install
npx -y @onozaty/redmine-mcp-serverInformation
- Pricing
- free
- Published
- 8/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"redmine": {
"command": "npx",
"args": ["-y", "@onozaty/redmine-mcp-server"],
"env": {
"REDMINE_URL": "https://your-redmine.example.com",
"REDMINE_API_KEY": "your-api-key-here"
}
}
}
}VS Code Copilot
Add the npx command to your settings.json mcp.servers configuration.





