Skip to content
Grok

tactus for Grok

io.github.projectailiberation/tactus

Content-agnostic control layer for intimate hardware; forwards Buttplug/Intiface commands only.

client:Grok transport:stdio runtime:npm

Install tactus in Grok

.mcp.json (in your project root)

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

tactus in other clients