weinong/mcp-by-copilot
If you are the rightful owner of mcp-by-copilot and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server providing Disney-themed jokes.
get_disney_joke
Returns a joke related to Disney animation movies
list_available_joke_categories
Returns a list of available Disney joke categories
Disney Jokes MCP Server
Inspired by https://github.com/dasiths/VibeCodingBreadcrumbDemo
A simple Model Context Protocol (MCP) server that returns jokes related to Disney animation movies.
Overview
This project implements a Model Context Protocol (MCP) server that provides Disney-themed jokes. It's built using the MCP Python SDK and can be easily integrated with MCP clients like Claude Desktop.
Features
- Get jokes about Disney characters like Mickey, Elsa, Simba, etc.
- Get jokes about Disney movies like Frozen, Lion King, Toy Story, etc.
- Get random Disney-themed jokes when no specific parameters are provided
- List available joke categories
Tools
The server exposes the following MCP tools:
-
get_disney_joke
- Returns a joke related to Disney animation movies- Parameters:
character
(optional): Disney character to get a joke about (e.g., "mickey", "elsa")movie
(optional): Disney movie to get a joke about (e.g., "frozen", "lion_king")
- Parameters:
-
list_available_joke_categories
- Returns a list of available Disney joke categories
Setup
Requirements
- Python 3.10 or higher
uv
package manager
Installation
- Clone this repository
- Create and activate a virtual environment:
uv venv source .venv/bin/activate # On Windows: .venv\Scripts\activate
- Install dependencies:
uv add "mcp[cli]"
Usage
Run the server:
python disney_jokes.py
Integration with Claude Desktop
To use this server with Claude Desktop:
- Install Claude Desktop
- Configure Claude Desktop to use this MCP server by editing the Claude Desktop config file
- Ask Claude questions like "Tell me a joke about Mickey Mouse" or "Can you share a Frozen joke?"
License
MIT