polarion-mcp-server

redhat-community-ai-tools/polarion-mcp-server
★ 2 stars Python 🔌 API Integration Updated today
MCP server for Polarion ALM integration. Provides test case management, test run tracking, JUnit import, and spreadsheet integration. Discovered undocumented Polarion REST API endpoints.
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": {
    "polarion-mcp-server": {
      "command": "uvx",
      "args": [
        "polarion-mcp-server"
      ]
    }
  }
}

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