Odel
testlink mcp

testlink mcp

Local
@eason0inTypeScriptMITUpdated 2w ago

AI-friendly, safety-first TestLink MCP server

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmtestlink-mcpv1.0.3

Run

npx -y testlink-mcp

MCP client config

{
  "mcpServers": {
    "testlink-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "testlink-mcp"
      ]
    }
  }
}