Skip to content
Grok

4q tokenz for Grok

io.github.steveweltman/4q-tokenz

Intelligent MCP proxy that reduces token usage by exposing only mcp_search and mcp_call.

client:Grok transport:stdio runtime:npm

Install 4q tokenz in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "4q-tokenz": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "4q-tokenz"
      ]
    }
  }
}

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

4q tokenz in other clients