trackmcp
Back to directory
mcp-get

community-servers

View on GitHub

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

64 stars JavaScriptAI & Machine Learning Updated Sep 22, 2025

Documentation

⚠️ Archived - MCP Get Community Servers

**This repository is no longer maintained and does not accept new issues or

pull requests.**

Thank you to everyone who contributed servers, fixes, and feedback to mcp-get.

The repository remains available in read-only form for existing users.


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:

bash
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:

bash
npx @michaellatman/mcp-get@latest install

For example:

bash
npx @michaellatman/mcp-get@latest install @mcp-get-community/server-curl

Development

To run in development mode with automatic recompilation:

bash
npm install
npm run watch

Contributing

Thank you for your interest in contributing to mcp-get. This project is no

longer maintained and does not accept new issues or pull requests.

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!

Frequently asked questions

What is community-servers?

community-servers is 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

How do I install community-servers?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is community-servers open source?

Yes — it is hosted on GitHub at https://github.com/mcp-get/community-servers and has 64 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP