Skip to content
Grok

dadjoke mcp for Grok

io.github.mrfentmen/dadjoke-mcp

Keyless MCP server for icanhazdadjoke: random dad jokes, search, lookup by id.

client:Grok transport:stdio runtime:npm

Install dadjoke mcp in Grok

.mcp.json (in your project root)

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

dadjoke mcp in other clients