community s
This repository contains a collection of community-maintained Model Context Protocol (MCP) servers. All servers are automatically listed on the MCP Get registry and can be viewed and installed via CLI
claude mcp add --transport stdio mcp-get-community-servers npx @michaellatman/mcp-get@latest install @mcp-get-community/server-curl
How to use
This MCP Get repository hosts a collection of community-maintained MCP servers. The listed servers are automatically exposed on the MCP Get registry, where you can view details, install, and run them via the MCP Get CLI. The three servers described here provide different capabilities: the LLM.txt Server lets you search and fetch content from LLM.txt files, including listing available files and performing contextual searches; the Curl Server enables LLMs to perform HTTP requests to arbitrary URLs with a curl-like interface, supporting common methods, headers, bodies, and timeouts; and the macOS Server exposes macOS-specific system information and operations. To browse and install these servers, use the MCP Get CLI commands demonstrated in the repository, or view their entries on the MCP Get registry. After installation, you can typically run or manage the server through the MCP Get CLI, which will provide the appropriate runtime commands for the specific server you installed.
How to install
Prerequisites:
- Node.js (LTS version) and npm installed on your system
- Internet access to reach the MCP Get registry
Install and install servers via MCP Get CLI:
-
Install the MCP Get CLI packages (examples shown for each server):
- LLM.txt Server: npx @michaellatman/mcp-get@latest install @mcp-get-community/server-llm-txt
- Curl Server: npx @michaellatman/mcp-get@latest install @mcp-get-community/server-curl
- macOS Server: npx @michaellatman/mcp-get@latest install @mcp-get-community/server-macos
-
After installation, follow the CLI prompts or the server-specific docs to start and use the server. The exact run/start commands are provided by the MCP Get CLI after installation (the commands typically involve invoking the installed server via the MCP Get tool). If you need to develop locally, you can also explore the corresponding src directories in this repository for each server’s implementation.
-
Optional: If you want to explore available servers in this repo without installing, you can run: npx @michaellatman/mcp-get@latest list
Prerequisites recap:
- Node.js and npm installed
- Access to npm registry (Internet)
- Basic familiarity with CLI usage of MCP Get
Additional notes
Notes and tips:
- This repository contains community-maintained servers; individual servers may have their own licenses and terms. Check the src directories for license information.
- The MCP Get CLI is used to discover, install, and manage servers listed in this repository. The example usage shown in the README demonstrates how to install a server via npx. After installation, the CLI will provide commands to start or interact with the server.
- If you run into issues during installation, ensure you have network access to reach the MCP Get registry and that you’re using a compatible Node.js version.
- To contribute, submit a PR with updates to the server implementations under src and any accompanying documentation in the repository.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.