Redmine MCP Server
Related Servers
Alternatives to Redmine MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseCqualityDmaintenanceModel Context Protocol (MCP) server for Redmine that provides comprehensive access to the Redmine REST API, enabling users to operate Redmine from MCP clients such as Claude Desktop.9020 npmMIT
- AlicenseNot gradedqualityCmaintenanceA read-only MCP server for querying Redmine issue data via the Redmine REST API, designed for seamless integration with AI assistants.11 npmMIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables Claude Code to directly interact with Redmine project management systems, supporting issue management, project operations, and search features.229MIT
- AlicenseNot gradedqualityFmaintenanceA Model Context Protocol server for interacting with Redmine using its REST API, enabling the management of tickets, projects, and user data through integration with LLMs.78MIT
- AlicenseBqualityBmaintenanceMCP server to operate self-hosted Redmine from Claude Code, enabling project and issue management, search, and metadata retrieval via natural language.24MIT
- AlicenseNot gradedqualityCmaintenanceProvides an MCP server for interacting with Redmine's REST API, enabling LLMs to manage issues, projects, users, and time entries.MIT
TDQS
Scored across 90 tools
Most tools target distinct resources and actions, but there are notable overlaps: getMyAccount and getCurrentUser appear to serve the same purpose, and addRelatedIssue/removeRelatedIssue overlap with createIssueRelation/deleteIssueRelation. The attachment upload/download tools also come in pairs differentiated only by input/output format, which could cause misselection.
All tool names follow a consistent camelCase verb+noun pattern (e.g., deleteIssue, getProjects, createTimeEntry). Derived operations like addWatcher, removeWatcher, and uploadAttachmentFromLocalFile maintain the same style. The few exceptions (getNewsList, getVersions) are minor and still readable within the pattern.
At 90 tools, this is far beyond the typical 3-15 range. While the Redmine API is broad, the sheer number makes the tool surface unwieldy for an agent to navigate efficiently. Many tools could be consolidated or made optional, and the count borders on excessive for a usable MCP server.
The tool set covers nearly every major Redmine resource: issues, projects, users, time entries, news, relations, versions, wiki, attachments, plus configuration entities like statuses, trackers, roles, groups, and custom fields. The lifecycle (CRUD) is complete for most resources, and even advanced operations like archiving projects, adding users to groups, and uploading/downloading attachments are included.