Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

reftrixmcp in other clients