Fun MCP Server
Click on "Install 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., "@Fun MCP Servertell me a 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.
Fun MCP Server
A Model Context Protocol (MCP) server that provides various fun tools for Claude Desktop. Get random jokes, quotes, facts, and advice!
Features
🎠Random Jokes (clean, family-friendly)
💠Random Inspirational Quotes
🎓 Random Interesting Facts
💡 Random Advice
Related MCP server: MCP Documentation Server
Setup
Clone this repository
Install dependencies:
npm installConfiguration for Claude Desktop
Open Claude Desktop
Click on Settings (gear icon in top left)
Go to the Developer tab
Click "Edit Config"
Add the following configuration:
{
"mcpServers": {
"fun": {
"command": "node",
"args": [
"/FULL/PATH/TO/index.js"
]
}
}
}Replace /FULL/PATH/TO/index.js with the actual full path to your index.js file.
For example: /Users/username/projects/fun-mcp-server/index.js
Usage
After setting up, restart Claude Desktop. You can then use the following commands:
"Tell me a joke"
"Share an inspirational quote"
"Give me an interesting fact"
"What advice do you have for me?"
API Credits
This server uses the following APIs:
Jokes: JokeAPI
Quotes: Zen Quotes API
Facts: Useless Facts API
Advice: Advice Slip API
Development
To test the server locally without Claude Desktop, you can use the MCP Inspector:
npx @modelcontextprotocol/inspector node index.jsThis will open a web interface where you can test all the available tools.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceThis server allows integration with Discord, enabling message exchanges between Claude and a Discord channel using prompts and notifications.121MIT
- FlicenseNot gradedqualityDmaintenanceA smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.10
- FlicenseBqualityDmaintenanceA server that enables Claude Desktop users to access the Claude API directly, allowing them to bypass Professional Plan limitations and use advanced features like custom system prompts and conversation management.134

Geekbot MCPofficial
AlicenseAqualityFmaintenanceA server that bridges Anthropic's Claude AI with Geekbot's standup management tools, allowing users to access and utilize Geekbot data within Claude conversations.622MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that integrates with Discord to provide AI-powered features.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/unluckyjet/Fun-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server