DEPLOYED: MCP server using C# SDK to enhance comments with jokes from JokeAPI.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"comedymcpserver": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server implementation that provides comedy-related tools and services for AI assistants. This server integrates with Cursor IDE and offers various comedy-related functionalities through MCP tools.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
MCP Server for Text to Speech
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
MCP Security Weekly
Get CVE alerts and security updates for ComedyMcpServer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server implementation that provides comedy-related tools and services for AI assistants. This server integrates with Cursor IDE and offers various comedy-related functionalities through MCP tools.
The Comedy MCP Server is built using ASP.NET Core and implements the Model Context Protocol (MCP) to provide AI assistants with tools for generating programming jokes and funny code comments. It serves as a bridge between AI models and comedy-related functionalities.

The server is built with the following components:
ModelContextProtocol.Server for MCP implementationIComedyService for joke and comment generationThe server provides the following MCP tools:
GetProgrammingJoke
GetCodeComment
codeContext: The code snippet or contexttopic: The topic for the commentEchoWithLog
message: The message to echogit clone [your-repository-url]
cd ComedyMcpServer
Set up environment:
copy .env.example .env # On Windows
# OR
cp .env.example .env # On Unix-based systems
.env file with your settings if neededInstall dependencies:
dotnet restore
dotnet build
You have several options to run the server:
dotnet run --environment Development
npx @modelcontextprotocol/inspector dotnet run
dotnet run --environment Production
Check the server is running:
http://localhost:5000 or the configured portAccess Swagger Documentation:
http://localhost:5000/swaggerTest MCP Tools:
node test-mcp.js
Common issues and solutions:
Port already in use:
appsettings.jsonDependencies missing:
dotnet restore againEnvironment variables not loading:
.env file exists and is properly formattedFor more detailed issues, c