- Explore MCP Servers
- community-servers
Community Servers
What is Community Servers
Community-servers is a repository containing a collection of community-maintained Model Context Protocol (MCP) servers. These servers are automatically listed on the MCP Get registry and can be accessed and installed via command-line interface (CLI).
Use cases
Use cases for community-servers include searching and retrieving content from LLM.txt files, making HTTP requests in applications, and accessing macOS-specific system information for development purposes.
How to use
To use community-servers, you can list available servers using the command ‘npx @michaellatman/mcp-get@latest list’ and install any server with ‘npx @michaellatman/mcp-get@latest install
Key features
Key features include a variety of servers such as LLM.txt Server for content retrieval, Curl Server for making HTTP requests, and macOS Server for system-specific operations. All servers are community-maintained and can be easily installed via CLI.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Community Servers
Community-servers is a repository containing a collection of community-maintained Model Context Protocol (MCP) servers. These servers are automatically listed on the MCP Get registry and can be accessed and installed via command-line interface (CLI).
Use cases
Use cases for community-servers include searching and retrieving content from LLM.txt files, making HTTP requests in applications, and accessing macOS-specific system information for development purposes.
How to use
To use community-servers, you can list available servers using the command ‘npx @michaellatman/mcp-get@latest list’ and install any server with ‘npx @michaellatman/mcp-get@latest install
Key features
Key features include a variety of servers such as LLM.txt Server for content retrieval, Curl Server for making HTTP requests, and macOS Server for system-specific operations. All servers are community-maintained and can be easily installed via CLI.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
MCP Get Community Servers
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:
npx @michaellatman/mcp-get@latest list
Note: While we review all servers in this repository, they are maintained by their respective creators who are responsible for their functionality and maintenance.
Available Servers
- LLM.txt Server - A server for searching and retrieving content from LLM.txt files. Provides tools for listing available files, fetching content, and performing contextual searches.
- Curl Server - A server that allows LLMs to make HTTP requests to any URL using a curl-like interface. Supports all common HTTP methods, custom headers, request body, and configurable timeouts.
- macOS Server - A server that provides macOS-specific system information and operations.
Installation
You can install any server using the MCP Get CLI:
npx @michaellatman/mcp-get@latest install <server-name>
For example:
npx @michaellatman/mcp-get@latest install @mcp-get-community/server-curl
Development
To run in development mode with automatic recompilation:
npm install npm run watch
Contributing
We welcome contributions! Please feel free to submit a Pull Request.
License
While this repository’s structure and documentation are licensed under the MIT License, individual servers may have their own licenses. Please check each server’s documentation in the src directory for its specific license terms.
Support
If you find these servers useful, please consider starring the repository!
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










