jira-testplan-bot

ramtey/jira-testplan-bot
★ 0 stars Python 🔌 API Integration Updated 1d ago
AI test plan generator and Bug Lens for Jira tickets. Uses Claude with GitHub PR diffs, Figma designs, parent tickets, and linked dependencies to produce structured test plans and bug root-cause analysis. Web UI, CLI, and MCP server; multi-ticket mode; export as Markdown/Jira/JSON.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jira-testplan-bot": {
      "command": "uvx",
      "args": [
        "jira-testplan-bot"
      ]
    }
  }
}

Or install with pip: pip install jira-testplan-bot