testlink mcp for Cursor
io.github.eason0in/testlink-mcp
AI-friendly, safety-first TestLink MCP server
client:Cursor
transport:stdio
runtime:npm
Install testlink mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"testlink-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs