Skip to content
Grok

get joke for Grok

io.github.hamzaaamin/get-joke

Minimal MCP server that returns a random programming joke.

client:Grok transport:stdio runtime:npm

Install get joke in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "get-joke": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hamzaamin221/get-joke-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

get joke in other clients