clarifyprompt for Grok
io.github.lumabyteco/clarifyprompt
AI prompt optimization for 58+ platforms across 7 categories with custom platforms
client:Grok
transport:stdio
runtime:npm
Install clarifyprompt in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"clarifyprompt": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"clarifyprompt-mcp"
],
"env": {
"LLM_API_URL": "<LLM_API_URL>",
"LLM_API_KEY": "<LLM_API_KEY>",
"LLM_MODEL": "<LLM_MODEL>"
}
}
}
}
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