A lightweight server that adds a single `get_joke` tool to your Claude workflow, returning random programming jokes in JSON format. Built in Node.js with stdio transport, it's the kind of thing you'd drop into a dev environment when you want to inject a little levity into automated workflows or test integrations without touching production APIs. The entire setup is straightforward: install from npm as `@hamzaamin221/get-joke-mcp`, run it, and call the tool. No configuration, no external dependencies, no rate limits. Useful for demos, testing MCP tooling, or just breaking up long coding sessions with dad jokes about why programmers prefer dark mode.
claude mcp add --transport stdio hamzaaamin-get-joke -- npx -y @hamzaamin221/get-joke-mcp