Get the FREE Ultimate OpenClaw Setup Guide →

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

Installation
Run this command in your terminal to add the MCP server to Claude Code.
Run in terminal:
Command
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:

  1. 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
  2. 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.

  3. 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

Sponsor this space

Reach thousands of developers