qaskills for Cursor
io.github.pramoddutta/qaskills
Search, inspect, and install 400+ QA testing skills from qaskills.sh into any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install qaskills in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"qaskills": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qaskills/mcp"
],
"env": {
"QASKILLS_API_URL": "<QASKILLS_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs