Skip to content
Grok

local delegate for Grok

io.github.zahirinatzuke/local-delegate

Delegate mechanical text tasks to a local OpenAI-compatible LLM to save Claude quota.

client:Grok transport:stdio runtime:pypi

Install local delegate 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": {
    "local-delegate": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "local-delegate-mcp"
      ],
      "env": {
        "LOCAL_DELEGATE_BASE_URL": "<LOCAL_DELEGATE_BASE_URL>",
        "LOCAL_DELEGATE_API_KEY": "<LOCAL_DELEGATE_API_KEY>"
      }
    }
  }
}

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

local delegate in other clients