← Index

io.github.uarlouski/testrail-mcp-server

io.github.uarlouski/testrail-mcp-server·v1.7.0·Other
Quality Score
84
/100

Model Context Protocol (MCP) server for TestRail platform, enabling LLMs to manage test artifacts.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "testrail-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@uarlouski/testrail-mcp-server"
      ],
      "env": {
        "TESTRAIL_INSTANCE_URL": "<testrail_instance_url>",
        "TESTRAIL_USERNAME": "<testrail_username>",
        "TESTRAIL_API_KEY": "<your-testrail_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "testrail-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@uarlouski/testrail-mcp-server"
      ],
      "env": {
        "TESTRAIL_INSTANCE_URL": "<testrail_instance_url>",
        "TESTRAIL_USERNAME": "<testrail_username>",
        "TESTRAIL_API_KEY": "<your-testrail_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @uarlouski/testrail-mcp-server
§02  Environment variables
TESTRAIL_INSTANCE_URL
required

Base URL of your TestRail instance (e.g. https://example.testrail.io)

TESTRAIL_USERNAME
required

Email address used to authenticate with TestRail

TESTRAIL_API_KEY
requiredsecret

API key for authenticating with the TestRail API

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other