Skip to content
Grok

thth for Grok

io.github.aokings/thth

Call before you post: ships a draft to Threads/Bluesky/Mastodon only after a person approved it.

client:Grok transport:stdio runtime:pypi

Install thth in Grok

.mcp.json (in your project root)

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

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

thth in other clients