Skip to main content
Glama

Fun MCP Server

by TheJeetSingh

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

Setup

  1. Clone this repository
  2. Install dependencies:
npm install

Configuration for Claude Desktop

  1. Open Claude Desktop
  2. Click on Settings (gear icon in top left)
  3. Go to the Developer tab
  4. Click "Edit Config"
  5. 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:

Development

To test the server locally without Claude Desktop, you can use the MCP Inspector:

npx @modelcontextprotocol/inspector node index.js

This will open a web interface where you can test all the available tools.

-
security - not tested
F
license - not found
-
quality - not tested

A server that integrates with Claude Desktop to provide entertaining and helpful content including random jokes, quotes, facts, and advice.

  1. Features
    1. Setup
      1. Configuration for Claude Desktop
        1. Usage
          1. API Credits
            1. Development

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                The server facilitates access to Julia documentation and source code through Claude Desktop, allowing users to retrieve information on Julia packages, modules, types, functions, and methods.
                Last updated -
                4
                3
                6
                JavaScript
                MIT License
              • -
                security
                F
                license
                -
                quality
                This server allows integration with Discord, enabling message exchanges between Claude and a Discord channel using prompts and notifications.
                Last updated -
                1
                1
                TypeScript
              • A
                security
                F
                license
                A
                quality
                A 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.
                Last updated -
                1
                14
                Python
                • Apple
              • A
                security
                A
                license
                A
                quality
                An MCP server that enables saving and sharing Claude Desktop conversations, allowing users to store chats privately or make them public through a web interface.
                Last updated -
                2
                10
                TypeScript
                MIT License
                • Apple

              View all related MCP servers

              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/TheJeetSingh/Fun-MCP'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server