Chuck Norris Jokes MCP Server
Provides an MCP server implemented in Python, exposing the 'chistecitos' tool that fetches random Chuck Norris jokes from the Chuck Norris API
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Chuck Norris Jokes MCP Servertell me a random Chuck Norris joke"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Chuck Norris Jokes MCP Server
This is a simple MCP (Model Context Protocol) server that exposes a tool to get random Chuck Norris jokes using the public Chuck Norris API.
Characteristics
chistecitostool that returns random Chuck Norris jokesAsynchronous implementation for better performance
Integrated error handling
Simple and easy-to-use interface
Related MCP server: Jokes MCP Server
Requirements
Python 3.9 or higher
pip (Python package manager)
Facility
Clone this repository:
git clone <url-del-repositorio>
cd jokes-mcpInstall the dependencies:
pip install -r requirements.txtUse
Start the server:
python server.pyThe server will expose the
chistecitostool that can be used by any compatible MCP client.
Example of Use
The chistecitos tool can be called without parameters and will return a random Chuck Norris joke. For example:
# Ejemplo de respuesta
"Chuck Norris puede dividir por cero."Technologies Used
MCP Python SDK - For deploying the MCP server
httpx - Asynchronous HTTP Client for Python
Chuck Norris API - Public API for Chuck Norris jokes
Contribute
Contributions are welcome. Please open an issue to discuss the proposed changes or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.
This server cannot be deployed
Maintenance
Related MCP Connectors
A simple MCP server built with FastMCP and python
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that fetches jokes from multiple sources (Chuck Norris, Dad jokes, and Yo Mama jokes) and integrates with Microsoft Copilot Studio to create a humor-focused conversational experience.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that retrieves jokes from three different sources: Chuck Norris jokes, Dad jokes, and Yo Mama jokes.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that fetches jokes from various APIs (Chuck Norris, Dad jokes, and Yo Mama jokes) for use in Microsoft Copilot Studio.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that provides jokes on demand, allowing users to request different types of jokes (Chuck Norris, Dad jokes, etc.) through natural language in both GitHub Copilot and Microsoft Copilot Studio.MIT