reftrixmcp for Grok
io.github.tkmd/reftrixmcp
Web design analysis with 26 MCP tools: layout, motion, quality, semantic search via pgvector
client:Grok
transport:stdio
runtime:npm
Install reftrixmcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"reftrixmcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@reftrixmcp/mcp-server"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>",
"REDIS_URL": "<REDIS_URL>",
"OLLAMA_BASE_URL": "<OLLAMA_BASE_URL>"
}
}
}
}
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