mcp-get
@michaellatman
About mcp-get
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-get?
mcp-get is a command-line tool for installing and managing Model Context Protocol (MCP) servers. It connects LLM applications like Claude to external data sources and tools such as GitHub, Slack, Brave Search, PostgreSQL, and more. It is intended for developers building AI-powered workflows that require standardized integration with external services.
How to use mcp-get?
Install an MCP server by running npx @michaellatman/mcp-get@latest install <package-name>. List available packages with npx @michaellatman/mcp-get@latest list. Uninstall a server with uninstall, and update the tool with update. Requires Node.js (β₯14) or Python (β₯3.10) depending on the server, and the Claude Desktop app.
Key features of mcp-get
- Install MCP servers with a single command
- List all available MCP servers with metadata
- Uninstall servers cleanly
- Automatic update checking on each run
- Supports both npm and Python package runtimes
- Open source under the MIT license
Use cases of mcp-get
- Connect Claude to GitHub, GitLab, or Slack for collaboration
- Integrate Brave Search or Google Maps into AI conversations
- Add PostgreSQL or SQLite database querying to LLM workflows
- Automate web tasks via Puppeteer through Claude
- Access Google Drive files from within AI applications
FAQ from mcp-get
What are the prerequisites for using mcp-get?
You need Node.js (version 14 or higher) for Node.js-based MCP servers, Python (version 3.10 or higher) for Python-based servers, and the Claude Desktop app for local usage.
How do I install an MCP server with mcp-get?
Run npx @michaellatman/mcp-get@latest install @modelcontextprotocol/server-brave-search (replace server-brave-search with any available package).
Can I add my own MCP server to the mcp-get registry?
Yes. You can manually add your server to packages/package-list.json and submit a pull request, or fork the community servers repository at mcp-get/community-servers and submit a PR there.
Does mcp-get work on Windows?
The tool has not been thoroughly tested on Windows. It may work, but you might encounter issues. Contributions to improve Windows compatibility are welcome.
How do I update the mcp-get tool itself?
The tool automatically checks for updates when you run commands. You can also manually update by running npx @michaellatman/mcp-get@latest update.
More Other MCP servers
Unity MCP β¨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Awesome Mlops
visengerA curated list of references for MLOps
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments