
mcp by copilot
A playground to create MCP server using Copilot with Breadcrumb pattern
Repository Info
About This Server
A playground to create MCP server using Copilot with Breadcrumb pattern
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
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
uvpackage 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
Quick Start
Clone the repository
git clone https://github.com/weinong/mcp-by-copilotInstall dependencies
cd mcp-by-copilot
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.