Skip to content
Grok

Guesty MCP Server for Grok

io.github.dljrealty/guesty

Guesty MCP server. 43 Guesty tools, read and write, free. Grounded replies, message-policy screen.

client:Grok transport:stdio runtime:npm

Install Guesty MCP Server in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "guesty": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "guesty-mcp-server"
      ],
      "env": {
        "GUESTY_CLIENT_ID": "<GUESTY_CLIENT_ID>",
        "GUESTY_CLIENT_SECRET": "<GUESTY_CLIENT_SECRET>",
        "GUESTY_MCP_LICENSE_KEY": "<GUESTY_MCP_LICENSE_KEY>"
      }
    }
  }
}

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

Guesty MCP Server in other clients