
Dad Jokes MCP
by aamangeldi
A lightweight server providing a steady stream of classic dad jokes via icanhazdadjoke.com.
What it does
This server integrates the icanhazdadjoke.com API into your AI assistant, providing a source of humor and classic dad jokes. It's a simple, lightweight tool designed to add a bit of levity to AI interactions.
Tools
get_random_joke_tool: Fetches a random dad joke from the API.search_jokes_tool: Searches for dad jokes containing a specific keyword or term.get_joke_by_id_tool: Retrieves a specific joke using its unique ID.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"dad-jokes": {
"command": "python",
"args": ["-m", "fastmcp", "run", "server.py"]
}
}
}
Supported hosts
- claude
Quick install
pip install fastmcp smithery httpxInformation
- Pricing
- free
- Published
- 5/6/2026
- Updated
- 7 months ago






