MCP Get Community Servers logo

MCP Get Community Servers

by mcp-get

This repository provides a collection of community-maintained Model Context Protocol (MCP) servers. These servers are automatically listed on the MCP Get registry and can be installed via the CLI.

View on GitHub

Last updated: N/A

What is MCP Get Community Servers?

This is a repository containing a collection of community-maintained Model Context Protocol (MCP) servers designed to extend the capabilities of Large Language Models (LLMs). These servers provide various functionalities, such as accessing local files, making HTTP requests, and interacting with the operating system.

How to use MCP Get Community Servers?

You can install any server using the MCP Get CLI with the command npx @michaellatman/mcp-get@latest install <server-name>. For example: npx @michaellatman/mcp-get@latest install @mcp-get-community/server-curl. You can list available servers using npx @michaellatman/mcp-get@latest list.

Key features of MCP Get Community Servers

  • Collection of community-maintained servers

  • Automatic listing on MCP Get registry

  • CLI installation

  • Variety of server functionalities (file access, HTTP requests, system information)

Use cases of MCP Get Community Servers

  • Extending LLM capabilities

  • Providing LLMs with access to external data sources

  • Enabling LLMs to interact with the operating system

  • Customizing LLM behavior

FAQ from MCP Get Community Servers

What is an MCP server?

An MCP server extends the capabilities of Large Language Models by providing access to external data or functionalities.

How do I install a server?

Use the command npx @michaellatman/mcp-get@latest install <server-name>.

Where can I find a list of available servers?

Run the command npx @michaellatman/mcp-get@latest list or visit the MCP Get registry.

Who is responsible for the functionality of the servers?

The respective creators of each server are responsible for their functionality and maintenance.

How can I contribute?

Submit a Pull Request with your contributions.