Redmine MCP Server
Exposes Redmine data to MCP clients through OAuth 2.1 authentication, enabling AI agents to manage projects, issues, and time entries. It supports a variety of operations including issue creation, full-text search, and time logging via a secure HTTP transport.
README
Redmine MCP Plugin
A Redmine plugin that exposes Redmine as a Model Context Protocol (MCP) server with OAuth 2.1 authentication, enabling Claude AI and other MCP clients to access Redmine data.
Features
- MCP Server — Streamable HTTP transport at
/mcpwith 10 tools - OAuth 2.1 + PKCE — Authorization Code flow with S256 code challenge
- Dynamic Client Registration — RFC 7591 compliant at
/mcp/oauth/register - SSO-compatible consent page — Uses existing Redmine session, no password re-entry
- Admin panel — View, filter, and revoke OAuth authorizations at
/admin/mcp/tokens - Trusted URI whitelist — Admin-controlled redirect URI allowlist
MCP Tools
| Tool | Description |
|---|---|
list_projects |
List visible projects |
get_project |
Get project details |
list_issues |
List issues with filters |
get_issue |
Get issue details |
create_issue |
Create a new issue |
update_issue |
Update an existing issue |
list_users |
List users (admin only) |
search |
Full-text search |
list_time_entries |
List time entries |
create_time_entry |
Log time on an issue |
Installation
-
Clone this plugin into Redmine's
plugins/directory:git clone https://github.com/your-org/redmine_mcp plugins/redmine_mcp -
Run migrations:
bundle exec rake redmine:plugins:migrate RAILS_ENV=production -
Restart Redmine.
Usage with Claude AI
- In Claude, add a new MCP connector with URL
https://your-redmine-host/mcp - Claude will initiate the OAuth flow and open your browser
- Log in to Redmine and click Authorize
- Claude now has access to your Redmine data
Admin Configuration
Navigate to Administration → MCP Authorizations to:
- View all active OAuth tokens
- Filter by user, client name, or status
- Revoke individual tokens or all tokens for a user
- Manage trusted redirect URI whitelist
Development
Setup (Dev Container)
Open in VS Code with the Dev Containers extension. The container will:
- Install Redmine 5.1, 6.0, and 6.1
- Symlink this plugin into each version
- Set up test databases
Run Unit/Functional/Integration Tests
RAILS_ENV=test bundle exec rake redmine:plugins:test NAME=redmine_mcp
Run E2E Tests
npx playwright test --reporter list --workers 1
Lint
npm run lint # TypeScript
Compatibility
| Redmine | Database |
|---|---|
| 5.1, 6.0, 6.1 | SQLite, MySQL 5.7+, PostgreSQL 14+ |
License
GPL-2.0
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.