Sponsored by Deepsite.site

MyMCP

Created By
AnalyticAce7 months ago
A collection of Model Context Protocol (MCP) servers providing various integrations and capabilities for MCP-compatible clients like Claude Desktop, VS Code, and other AI applications.
Content

MyMCP

A collection of Model Context Protocol (MCP) servers providing various integrations and capabilities for MCP-compatible clients like Claude Desktop, VS Code, and other AI applications.

Overview

This repository contains multiple MCP servers, each designed to extend the capabilities of AI assistants through the Model Context Protocol. Each server is independently deployable and provides specific functionality through a standardized interface.

Available Servers

🪝 mcp-server-webhooker

A webhook integration server that enables sending messages to various webhook services.

Features:

  • Discord webhook integration
  • Google Chat webhook integration
  • Robust error handling
  • Built with FastMCP framework

Tools:

  • send_discord_message - Send messages to Discord channels
  • send_google_chat_message - Send messages to Google Chat spaces

🔍 mcp-server-websearch

A web search server that provides internet search capabilities using OpenAI's web search functionality.

Features:

  • Web search using OpenAI API
  • Environment-based configuration
  • FastMCP framework integration

Tools:

  • web_search - Perform web searches and return results

Prerequisites

  • Python 3.13 or higher
  • uv package manager (recommended)
  • OpenAI API key (for websearch server)

Quick Start

1. Clone the Repository

git clone https://github.com/yourusername/MyMCP.git
cd MyMCP

2. Choose a Server

Navigate to the specific server directory you want to use:

# For webhook functionality
cd mcp-server-webhooker

# For web search functionality
cd mcp-server-websearch

3. Install Dependencies

Using uv (recommended):

uv sync

4. Configure (if needed)

For the websearch server, create a .env file:

echo "OPENAI_API_KEY=your_openai_api_key_here" > .env

5. Run the Server

uv run main.py

Usage with MCP Clients

Claude Desktop

Add the server configuration to your Claude Desktop MCP settings:

{
  "mcpServers": {
    "webhooker": {
      "command": "uv",
      "args": ["run", "/path/to/MyMCP/mcp-server-webhooker/main.py"],
      "cwd": "/path/to/MyMCP/mcp-server-webhooker"
    },
    "websearch": {
      "command": "uv",
      "args": ["run", "/path/to/MyMCP/mcp-server-websearch/main.py"],
      "cwd": "/path/to/MyMCP/mcp-server-websearch",
      "env": {
        "OPENAI_API_KEY": "your_openai_api_key_here"
      }
    }
  }
}

VS Code with MCP Extension

Configure the servers in your VS Code MCP extension settings, pointing to the respective server directories and main.py files.

Development

Each server is built using the FastMCP framework, which provides:

  • Easy tool registration with decorators
  • Automatic schema generation
  • Built-in error handling
  • Standard MCP protocol compliance

Adding New Servers

  1. Create a new directory following the naming convention mcp-server-{name}
  2. Initialize with a pyproject.toml and main.py
  3. Use FastMCP to build your server
  4. Add documentation in a README.md
  5. Update this main README with your server information

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests if applicable
  5. Submit a pull request

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support

For issues and questions:

  • Open an issue in this repository
  • Check individual server README files for specific documentation
  • Refer to the MCP community resources
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
CursorThe AI Code Editor
Serper MCP ServerA Serper MCP Server
DeepChatYour AI Partner on Desktop
WindsurfThe new purpose-built IDE to harness magic
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
TimeA Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
ChatWiseThe second fastest AI chatbot™
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Playwright McpPlaywright MCP server
Amap Maps高德地图官方 MCP Server
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Tavily Mcp