Sponsored by Deepsite.site

mcp-get

Created By
michaellatmana year ago
Content

# mcp-get

A command-line tool for installing and managing Model Context Protocol (MCP) servers.

About Model Context Protocol

The Model Context Protocol (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.

Learn more about MCP at [modelcontextprotocol.io](https://modelcontextprotocol.io/introduction)

What Packages Can You Install?

This tool helps you install and manage MCP servers that connect Claude to various data sources and tools, including:

  • **Development Tools**: GitHub, GitLab
  • **Communication Tools**: Slack
  • **Search & Data**: Brave Search, Google Maps
  • **Database Systems**: PostgreSQL, SQLite
  • **Web Automation**: Puppeteer
  • **Cloud Storage**: Google Drive

Prerequisites

  • Node.js (version 14 or higher) for Node.js-based MCP servers
  • Python (version 3.10 or higher) for Python-based MCP servers
  • Claude Desktop app (for local MCP server usage)

> **Note**: This tool has not been thoroughly tested on Windows systems yet. While it may work, you might encounter some issues. Contributions to improve Windows compatibility are welcome!

Usage Examples

Install a Package

``` npx @michaellatman/mcp-get@latest install @modelcontextprotocol/server-brave-search ```

Sample output: ``` Installing @modelcontextprotocol/server-brave-search... Installation complete. ```

List Packages

``` npx @michaellatman/mcp-get@latest list ```

Sample output: ``` 📦 Available Packages Found 11 packages

@modelcontextprotocol/server-brave-search │ MCP server for Brave Search API integration │ Anthropic, PBC (https://anthropic.com) │ MIT @modelcontextprotocol/server-everything │ MCP server that exercises all the features of the MCP protocol │ Anthropic, PBC (https://anthropic.com) │ MIT ... ```

Uninstall a Package

``` npx @michaellatman/mcp-get@latest uninstall @modelcontextprotocol/server-brave-search ```

Sample output: ``` Uninstalling @modelcontextprotocol/server-brave-search... Uninstallation complete. ```

Update the Tool

The tool automatically checks for updates when running commands. You can also manually update:

``` npx @michaellatman/mcp-get@latest update ```

Sample output: ``` Updating mcp-get... Update complete. ```

Contributing

We welcome contributions to the project! If you would like to contribute, please follow these guidelines:

  1. Fork the repository and create a new branch for your feature or bugfix.
  2. Write tests for your changes and ensure all existing tests pass.
  3. Submit a pull request with a clear description of your changes.

License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.

Contact Information

If you have any questions or need help, feel free to reach out:

Adding Your Own MCP Server to the Registry

There are two ways to add your MCP server to the registry:

Option 1: Manual Package List Addition

If you want to maintain your own package:

  1. **Create Your MCP Server**:

    • Develop your MCP server according to the [MCP protocol specifications](https://modelcontextprotocol.io)
    • Publish it as either an NPM package (installable via npm) or a Python package (installable via uvx)
  2. **Add to Package List**: Add your server to `packages/package-list.json`: ```json { "name": "your-package-name", "description": "A brief description of your MCP server", "vendor": "Your Name or Organization", "sourceUrl": "URL to the source code repository", "homepage": "URL to the homepage or documentation", "license": "License type (e.g., MIT)", "runtime": "node | python" } ```

    The `runtime` field specifies how your package should be installed:

    • Use `"runtime": "node"` for packages that should be installed via npm
    • Use `"runtime": "python"` for packages that should be installed via uvx
  3. **Add to Helpers**: If your server requires specific environment variables or configurations, add them to `src/helpers/index.ts`.

  4. **Submit a Pull Request**: Fork this repository, add your package details, and submit a PR.

Option 2: Community Servers Repository

If you don't want to manage package deployment and distribution:

  1. **Fork Community Repository**:

  2. **Add Your Server**:

    • Add your implementation to the `src` directory
    • Follow the existing patterns and structure
    • Include necessary documentation and tests
  3. **Submit a Pull Request**:

    • Submit your PR to the community servers repository
    • Once merged, your server will be automatically added to the registry

Both options require following the [MCP protocol specifications](https://modelcontextprotocol.io). Choose the option that best fits your needs:

  • Option 1 if you want full control over your package distribution
  • Option 2 if you want to avoid managing package deployment and distribution
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Serper MCP ServerA Serper MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Amap Maps高德地图官方 MCP Server
DeepChatYour AI Partner on Desktop
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.
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"
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.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
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.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
WindsurfThe new purpose-built IDE to harness magic
CursorThe AI Code Editor
Tavily Mcp
ChatWiseThe second fastest AI chatbot™
Context7Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
Playwright McpPlaywright MCP server
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code