Odel
Get Joke

Get Joke

Local
@hamzaaaminJavaScriptMITUpdated 4mo ago

Minimal MCP server that returns a random programming joke.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@hamzaamin221/get-joke-mcpv0.1.1

Run

npx -y @hamzaamin221/get-joke-mcp

MCP client config

{
  "mcpServers": {
    "get-joke": {
      "command": "npx",
      "args": [
        "-y",
        "@hamzaamin221/get-joke-mcp"
      ]
    }
  }
}