The Redmine MCP server connects AI agents to Redmine project management software. It exposes Redmine's API for issue tracking, time tracking, and project management. Agents can create, update, and query issues, manage projects, and track time. Developers use it to automate project management tasks, generate reports, and integrate Redmine with other AI tools.
The Redmine MCP server connects AI agents to Redmine project management software. It exposes Redmine's API for issue tracking, time tracking, and project management. Agents can create, update, and query issues, manage projects, and track time. Developers use it to automate project management tasks, generate reports, and integrate Redmine with other AI tools.
npx -y @yonaka15/mcp-server-redmineAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"yonaka15-mcp-server-redmine-github": {
"command": "npx",
"args": [
"-y",
"npx -y @yonaka15/mcp-server-redmine"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from redmine?"
API Key Required
This server requires an API key from redmine. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| REDMINE_API_KEY | Yes | Your redmine API key |
"What resources are available in redmine?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in redmine"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in 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.