@dennisk2025/random-chuck-norris-joke
v1.0.0
Published
Fetches a random Chuck Norris joke, delivering a fun and quirky factoid about the legendary Chuck Norris.
Readme
random-chuck-norris-joke
Fetch random Chuck Norris jokes instantly! This MCP server provides a tool that fetches a random joke about Chuck Norris using the public Chuck Norris Jokes API.
Features
- Fetches a random, fun Chuck Norris joke.
- Simple tool interface for Claude and other MCP clients.
- Requires no configuration or API key.
Installation
With npm
npm install -g @dennisk2025/random-chuck-norris-joke
or use npx:
npx @dennisk2025/random-chuck-norris-joke
Adding to Claude Desktop
Add the following JSON to your Claude Desktop configuration file:
{
"mcpServers": {
"chuck-norris": {
"command": "npx",
"args": ["@dennisk2025/random-chuck-norris-joke"]
}
}
}- Add this to your Claude Desktop config file at:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
- macOS:
Restart Claude Desktop after saving the changes.
Usage
Once added, you can use the following tool from Claude or other MCP-compatible clients:
Available tools
1. get_random_chuck_norris_joke
- Description: Returns a random Chuck Norris joke from the Chuck Norris Jokes API.
- Parameters: None required
Example tool call
{
"name": "get_random_chuck_norris_joke",
"arguments": {}
}Example tool response
{
"result": "Chuck Norris counted to infinity. Twice."
}Tools Reference
| Name | Description | Parameters | |------------------------------|--------------------------------------------------------|------------| | get_random_chuck_norris_joke | Returns a random Chuck Norris joke from the API. | (none) |
Enjoy random Chuck Norris facts anytime!
