Skip to content
Grok

inferbench for Grok

io.github.rudrendupaul/inferbench

Benchmarks local LLM inference speed (tokens/sec) on your own hardware via MCP tools.

client:Grok transport:stdio runtime:pypi

Install inferbench in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "inferbench": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "inferbench-cli"
      ]
    }
  }
}

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

inferbench in other clients