sherllochen
MCP Serversherllochenpublic

mcp for fun

一个基于 TypeScript 的趣味 MCP 服务器实现,用于与支持 MCP 的客户端集成。

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

一个基于 TypeScript 的趣味 MCP 服务器实现,用于与支持 MCP 的客户端集成。

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

MCP FOR FUN

Requirements:

  1. Node.js installed.
  2. Clone this repo.
  3. Build the repo via npm run build.
  4. Check the absolute path of node via which node.
  5. Install a MCP client that supports MCP server, like Claude. The follow steps take Claude as an example, the way configing MCP server might varies for different MCP clients.
  6. Update MCP server config.
    vim ~/Library/Application\ Support/Claude/claude_desktop_config.json
    # paste the follow lines:
    {
        "mcpServers": {
            "weather": {
                "command": "/aboslute/path/to/node",
                "args": [
                    "/aboslute/path/to/mcp-for-fun/build/index.js"
                ]
            }
        }
    }
    
  7. Restart Claude. You should not see any error messages about MCP server.
  8. Test if the MCP server works: ask Claude with "What is the weather today in LA?"

Quick Start

1

Clone the repository

git clone https://github.com/sherllochen/mcp-for-fun
2

Install dependencies

cd mcp-for-fun
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Ownersherllochen
Repomcp-for-fun
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation