pipeworx-io/mcp-jokes
MCP server for jokes — random jokes, search, categories, and safe-mode filtering via JokeAPI
Platform-specific configuration:
{
"mcpServers": {
"mcp-jokes": {
"command": "npx",
"args": [
"-y",
"mcp-jokes"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Jokes MCP — wraps JokeAPI v2 (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | search_jokes | Search for jokes containing a specific keyword or phrase. | | get_joke_categories | List all available joke categories supported by JokeAPI. |
Add to your MCP client config:
{
"mcpServers": {
"jokes": {
"url": "https://gateway.pipeworx.io/jokes/mcp"
}
}
}Or use the CLI:
npx pipeworx use jokesMIT
Loading reviews...