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](https://mcp-get.com) 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](src/server-llm-txt)** - A server for searching and retrieving content from [LLM.txt](https://llmstxt.org/) files. Provides tools for listing available files, fetching content, and performing contextual searches.
- **[Curl Server](src/server-curl)** - 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](src/server-macos)** - 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 <server-name>
```
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
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](src) directory for its specific license terms.
## Support
If you find these servers useful, please consider starring the repository!
Connection Info
You Might Also Like
firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.

Continue
Continue is an open-source project for seamless server management.

repomix
Repomix packages your codebase into AI-friendly formats for seamless integration.

Mastra
Mastra is a TypeScript framework for building AI agents and assistants.
Blender
BlenderMCP connects Blender to Claude AI for enhanced 3D modeling.
cua
Cua is a versatile project supporting Python and Swift on macOS.