testlink mcp for Claude Desktop
io.github.eason0in/testlink-mcp
AI-friendly, safety-first TestLink MCP server
client:Claude Desktop
transport:stdio
runtime:npm
Install testlink mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"testlink-mcp": {
"command": "npx",
"args": [
"-y",
"testlink-mcp"
],
"env": {
"TESTLINK_URL": "<TESTLINK_URL>",
"TESTLINK_DEV_KEY": "<TESTLINK_DEV_KEY>",
"TESTLINK_DEMO_MODE": "<TESTLINK_DEMO_MODE>",
"TESTLINK_WRITE_ENABLED": "<TESTLINK_WRITE_ENABLED>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs