letsclarify mcp for Grok
io.github.heisee/letsclarify-mcp
Human-in-the-Loop API: AI agents create forms, share URLs with humans, get JSON back.
client:Grok
transport:stdio
runtime:npm
Install letsclarify mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"letsclarify-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@heisee/letsclarify-mcp"
],
"env": {
"LETSCLARIFY_API_KEY": "<LETSCLARIFY_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