This repository provides a command-line tool, `mcp-get`, for installing and managing Model Context Protocol (MCP) servers, enabling seamless integration between LLM applications and various data sources and tools.
A command-line tool for installing and managing Model Context Protocol (MCP) servers.
This tool facilitates the installation and management of MCP servers, enabling seamless integration between LLM applications and external data sources. MCP provides a standardized way to connect LLMs with the context they need.
The tool supports the installation of packages that connect Claude to various data sources and tools, including development, communication, search, database, web automation, and cloud storage tools.
Prerequisites include Node.js (v14+) for Node.js-based servers and Python (v3.10+) for Python-based servers, alongside the Claude Desktop app.
Usage includes installing, listing, and uninstalling packages, as well as updating the tool itself. Examples are provided for each command.
Contributing guidelines are outlined, emphasizing forking, testing, and clear pull request descriptions.
Adding Your Own MCP Server to the Registry can be done manually by creating a JSON file in the packages/
directory or by contributing to the community servers repository.
michaellatman/mcp-get
November 27, 2024
March 28, 2025
TypeScript