sensecritiq for Cursor
io.github.salvisare/sensecritiq
UX research synthesis. Upload interviews and get themes, findings, and verbatim quotes in minutes.
client:Cursor
transport:stdio
runtime:pypi
Install sensecritiq in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sensecritiq": {
"type": "stdio",
"command": "uvx",
"args": [
"sensecritiq-mcp"
],
"env": {
"SCQ_API_KEY": "<SCQ_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs