qa-mcp-server

Koushik2910/qa-mcp-server
★ 0 stars Python 🔌 API Integration Updated today
QA MCP Server that connects GitHub Issues to Jira with AI-generated test plans
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": {
    "qa-mcp-server": {
      "command": "uvx",
      "args": [
        "qa-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install qa-mcp-server