sensecritiq for Grok
io.github.salvisare/sensecritiq
UX research synthesis. Upload interviews and get themes, findings, and verbatim quotes in minutes.
client:Grok
transport:stdio
runtime:pypi
Install sensecritiq in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sensecritiq": {
"type": "stdio",
"command": "uvx",
"args": [
"sensecritiq-mcp"
],
"env": {
"SCQ_API_KEY": "<SCQ_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs