Back to Apps

MCP Plan.IO
Supports UIby karateboss
Connect AI agents to Plan.IO (Redmine) to read and search project issues.
0 stars
Works in:claude
Exposes:Tools
What it does
MCP Plan.IO is an MCP server that exposes the Plan.IO (Redmine) API to AI agents. It enables LLMs to programmatically read, search, and interact with project management issues, making it easier to track tasks and project progress through a chat interface.
Tools
read_issue: Fetches details for a specific Plan.IO issue.search_issues: Searches for issues based on keywords or filters.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mcp_planio": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/karateboss/mcp_planio@main",
"mcp_planio"
],
"env": {
"REDMINE_URL": "https://<your plan.io>",
"REDMINE_API_KEY": "<your api key>"
}
}
}
}
Supported hosts
Claude Desktop
Quick install
uvx --from git+https://github.com/karateboss/mcp_planio@main mcp_planioInformation
- Pricing
- free
- Published
- 6/10/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"mcp_planio": {"command": "uvx", "args": ["--from", "git+https://github.com/karateboss/mcp_planio@main", "mcp_planio"], "env": {"REDMINE_URL": "https://<your plan.io>", "REDMINE_API_KEY": "<your api key>"}}}}





