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
What is MyMCP?
MyMCP is a collection of Model Context Protocol (MCP) servers designed to provide various integrations and capabilities for MCP-compatible clients like Claude Desktop and VS Code.
How to use MyMCP?
To use MyMCP, clone the repository, choose a specific server, install dependencies, configure if needed, and run the server. You can then integrate it with MCP clients like Claude Desktop or VS Code.
Key features of MyMCP?
- Multiple independently deployable MCP servers
- Webhook integration for services like Discord and Google Chat
- Web search capabilities using OpenAI's API
- Built with the FastMCP framework for easy tool registration and error handling
Use cases of MyMCP?
- Sending messages to Discord channels via webhook.
- Performing web searches and returning results through the websearch server.
- Extending AI assistant capabilities in applications like Claude Desktop and VS Code.
FAQ from MyMCP?
- What is the Model Context Protocol?
The Model Context Protocol is a standardized interface for integrating AI applications and services.
- Is MyMCP free to use?
Yes! MyMCP is open-source and free to use under the MIT License.
- What are the prerequisites for running MyMCP?
You need Python 3.13 or higher and the uv package manager, along with an OpenAI API key for the websearch server.