community-servers

This repository hosts community-maintained Model Context Protocol (MCP) servers, automatically listed on the MCP Get registry, offering tools like LLM.txt search, HTTP requests via Curl, and macOS system information, installable via CLI.

54
11

MCP Get Community Servers

This repository hosts a collection of community-maintained Model Context Protocol (MCP) servers, automatically listed on the MCP Get registry for easy discovery and installation via the CLI: npx @michaellatman/mcp-get@latest list. Note that while reviewed, these servers are maintained by their respective creators.

Available Servers

  • LLM.txt Server: Enables searching and retrieving content from LLM.txt files, offering tools for listing files, fetching content, and performing contextual searches.
  • Curl Server: Allows LLMs to make HTTP requests to any URL using a curl-like interface, supporting common HTTP methods, custom headers, request bodies, and configurable timeouts.
  • macOS Server: Provides macOS-specific system information and operations.

Installation

Install servers using the MCP Get CLI: npx @michaellatman/mcp-get@latest install <server-name>. Example: npx @michaellatman/mcp-get@latest install @mcp-get-community/server-curl.

Development

Run in development mode with automatic recompilation: npm install followed by npm run watch.

Contributing

Contributions are welcome via Pull Requests.

License

The repository's structure and documentation are under the MIT License. Individual servers may have their own licenses, found in their respective documentation within the src directory.

Support

Consider starring the repository if you find these servers useful!

Repository

MC
mcp-get

mcp-get/community-servers

Created

December 4, 2024

Updated

March 28, 2025

Language

JavaScript

Category

Developer Tools