trackmcp
Back to directory

- Discover available MCP servers from our curated registry TypeScript-based implementation.

495 stars TypeScriptOthers Updated Nov 1, 2025

Documentation

โš ๏ธ DEPRECATED - This Project Has Moved

This repository is no longer actively maintained.

We want to extend our heartfelt thanks to everyone who contributed to mcp-get, submitted packages, reported issues, and helped build this community. Your contributions and support have been invaluable in advancing the Model Context Protocol ecosystem.

๐ŸŽฏ Recommendation

**We recommend Smithery** for discovering, installing, and managing MCP servers.

Smithery provides:

  • A comprehensive, curated registry of MCP servers
  • Simple installation and management
  • Better discovery and documentation
  • Active maintenance and support

Visit **smithery.ai** to get started.

Note: This tool will continue to work, but will no longer receive updates or new features.


mcp-get (Archived)

A powerful command-line tool for discovering, installing, and managing Model Context Protocol (MCP) servers. This tool simplifies the process of connecting Large Language Models (LLMs) to external data sources, tools, and services.

With mcp-get, you can:

  • Discover available MCP servers from our curated registry
  • Install servers with a single command
  • Manage environment variables and configurations
  • Update and uninstall servers as needed

Quick Start

Try mcp-get immediately:

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

All packages added to the registry are automatically displayed on mcp-get.com, making them discoverable to other users.

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

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
  • Go (version 1.16 or higher) for Go-based MCP servers
  • Claude Desktop app (for local MCP server usage)

Usage Examples

Install a Package

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

Sample output:

code
Installing @modelcontextprotocol/server-brave-search...
Installation complete.

Install a Specific Version

You can also install a specific version of a package:

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

Sample output:

code
Installing @modelcontextprotocol/server-brave-search version 1.0.0...
Installation complete.

The version syntax follows standard package manager conventions:

  • For Node.js packages: `package@version` (e.g., `@modelcontextprotocol/server-brave-search@1.0.0`)
  • For Python packages: `package==version` (e.g., `mcp-server-aidd==0.1.19`)
  • For Go packages: `package@version` (e.g., `example.com/go-server@v1.0.0`)

List Packages

code
npx @michaellatman/mcp-get@latest list

Sample output:

code
๐Ÿ“ฆ 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

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

Sample output:

code
Uninstalling @modelcontextprotocol/server-brave-search...
Uninstallation complete.

Update the Tool

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

code
npx @michaellatman/mcp-get@latest update

Sample output:

code
Updating mcp-get...
Update complete.

Contributing

Thank you for your interest in contributing to mcp-get. This project is no

longer maintained and does not accept new issues or pull requests.

License

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

Contact Information

This repository is retained in read-only form for existing users.

Adding Your Own MCP Server to the Registry

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

Option 1: Manual Package Addition

If you want to maintain your own package:

1. Create Your MCP Server:

    2. Add Your Package to the Package Folder: Add your server as a JSON file in the `packages/` directory:

      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 | go",
           "environmentVariables": {
             "SOME_API_KEY": {
               "description": "Description of what this key is for",
               "required": true
             }
           }
         }

      Important notes:

        3. Validate Your Package: Run the PR check to validate your package:

        code
        npm run pr-check

        4. Submit a Pull Request: Fork this repository, add your package file, 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:

            3. Submit a Pull Request:

              Both options require following the MCP protocol specifications. 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

              Frequently asked questions

              What is mcp-get?

              mcp-get is - Discover available MCP servers from our curated registry TypeScript-based implementation.

              How do I install mcp-get?

              Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

              Is mcp-get open source?

              Yes โ€” it is hosted on GitHub at https://github.com/michaellatman/mcp-get and has 495 stars.

              Related MCP tools

              Run your own MCP server? See who uses it and what to fix.

              Measure it with TrackMCP