Skip to content
Grok

aicoreutils for Grok

io.github.caseshy/aicoreutils

JSON-first Coreutils CLI for AI agents. 114 commands with sandbox, dry-run, and MCP support.

client:Grok transport:stdio runtime:pypi

Install aicoreutils in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "aicoreutils": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "aicoreutils"
      ]
    }
  }
}

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

aicoreutils in other clients