A command-line interface tool that provides functionality for searching, pulling, and managing MCP servers.
getmcp
is a Python-based CLI tool designed to simplify the process of finding and managing open-source MCP servers. It offers a fast and efficient way to search for server templates, pull them, and manage them with ease.
pip install getmcp
pip install -e .
After installation, you can use either the getmcp
or mcpm
command (they are identical):
getmcp search github
# or
mcpm search github --type python nodejs --limit 5
getmcp pull github
# or
mcpm pull github
getmcp version
# or
mcpm version
getmcp
or mcpm
for convenience.# Clone the repository
git clone https://github.com/pathintegral-xyz/getmcp.git
cd getmcp
# Install in development mode
pip install -e .
python -m build
python -m twine upload dist/*
requests
libraryMIT
getmcp
is an open-source project aimed at providing an easy and fast way to find and manage MCP servers. It is maintained by pathintegral-xyz.
No releases published.
No packages published.