Skip to content
Grok

skim mcp for Grok

io.github.helloderekg/skim-mcp

Lossless skim-then-expand reading of big files, repos, and command output with far fewer tokens

client:Grok transport:stdio runtime:pypi

Install skim mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "skim-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "skim-mcp"
      ]
    }
  }
}

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

skim mcp in other clients