Back to Browse

Testrail MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

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

Environment variable: TESTRAIL_INSTANCE_URL

Email address used to authenticate with TestRailOptional

Environment variable: TESTRAIL_USERNAME

API key for authenticating with the TestRail APIRequired

Environment variable: TESTRAIL_API_KEY

Enable shared steps managementOptional

Environment variable: TESTRAIL_ENABLE_SHARED_STEPS

Allow write operations on TestRail (defaults to true)Optional

Environment variable: TESTRAIL_ALLOW_WRITE_OPERATIONS

Allow read operations on TestRail (defaults to true)Optional

Environment variable: TESTRAIL_ALLOW_READ_OPERATIONS

Allow delete operations on TestRail (defaults to false)Optional

Environment variable: TESTRAIL_ALLOW_DELETE_OPERATIONS

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-uarlouski-testrail-mcp-server": {
      "env": {
        "TESTRAIL_API_KEY": "your-testrail-api-key-here",
        "TESTRAIL_USERNAME": "your-testrail-username-here",
        "TESTRAIL_INSTANCE_URL": "your-testrail-instance-url-here",
        "TESTRAIL_ENABLE_SHARED_STEPS": "your-testrail-enable-shared-steps-here",
        "TESTRAIL_ALLOW_READ_OPERATIONS": "your-testrail-allow-read-operations-here",
        "TESTRAIL_ALLOW_WRITE_OPERATIONS": "your-testrail-allow-write-operations-here",
        "TESTRAIL_ALLOW_DELETE_OPERATIONS": "your-testrail-allow-delete-operations-here"
      },
      "args": [
        "-y",
        "@uarlouski/testrail-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!