Skip to content
Grok

touchgrass mcp for Grok

io.github.bbb-build/touchgrass-mcp

Hire Orb-verified humans for real-world tasks with on-chain escrow on World Chain

client:Grok transport:stdio runtime:npm

Install touchgrass mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "touchgrass-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "touchgrass-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

touchgrass mcp in other clients