The MCP Redmine server provides full access to Redmine's API, allowing AI agents to manage projects, issues, time tracking, and documentation. It connects directly to Redmine instances, enabling developers to automate project management tasks, issue tracking, and reporting. Ideal for teams integrating AI into their Redmine workflows.
The MCP Redmine server provides full access to Redmine's API, allowing AI agents to manage projects, issues, time tracking, and documentation. It connects directly to Redmine instances, enabling developers to automate project management tasks, issue tracking, and reporting. Ideal for teams integrating AI into their Redmine workflows.
pip install mcp-redmineAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"runekaagaard-mcp-redmine-github": {
"command": "uvx",
"args": [
"pip install mcp-redmine"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp redmine?"
API Key Required
This server requires an API key from mcp redmine. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MCP_REDMINE_API_KEY | Yes | Your mcp redmine API key |
"What resources are available in mcp redmine?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp redmine"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp redmine with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.