MCP HubMCP Hub
mcp-get

community-servers

by: mcp-get

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

39created 04/12/2024
Visit
registry
CLI

📌Overview

Purpose: To provide a collection of community-maintained Model Context Protocol (MCP) servers for enhanced functionality and integration.

Overview: This repository features various MCP servers that are automatically listed on the MCP Get registry. Users can easily view and install these servers via CLI commands, enabling seamless interactions and functionalities.

Key Features:

  • LLM.txt Server: A server designed for searching and retrieving content from LLM.txt files, offering tools for listing files and performing contextual searches.

  • Curl Server: A server that enables LLMs to make HTTP requests to any URL with a curl-like interface, supporting various HTTP methods, custom headers, and configurable timeouts.

  • macOS Server: A server that provides system information and operations specific to macOS, enhancing usability for macOS users.


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

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 specific license terms.

Support

If you find these servers useful, please consider starring the repository!