Community Servers

v1.0.0Developer Toolsstable

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

community-serversmcpai-integration
Share:
67
Stars
0
Downloads
0
Weekly
0/5

What is Community Servers?

Community Servers is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 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

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

This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • This repository contains a collection of community-maintaine

Use Cases

Discover community-maintained MCP servers.
Browse and install MCP servers from the registry.
Access a curated collection of open-source MCP implementations.
mcp-get

Maintainer

LicenseMIT
Languagejavascript
Versionv1.0.0
UpdatedApr 24, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx community-servers

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Community Servers

The MCP Get Community Servers repository is a curated collection of community-maintained Model Context Protocol servers, automatically listed on the MCP Get registry and installable through the mcp-get CLI. It includes servers for HTTP requests (curl-like interface), LLM.txt content retrieval, macOS system operations, and more — with new servers continuously contributed by the community. Developers exploring the MCP ecosystem can use mcp-get to browse, install, and manage these servers without manually editing configuration files.

Prerequisites

  • Node.js 18 or later and npm
  • npx available in your terminal (included with npm 5.2+)
  • An MCP client such as Claude Desktop or any stdio-compatible client
  • No API keys required for most community servers, though individual servers may have their own prerequisites
1

List all available community servers

Use the mcp-get CLI to browse all servers currently available in the community registry.

npx @michaellatman/mcp-get@latest list
2

Install a specific server

Install any server from the registry by name. The CLI handles downloading and configuring the server for your MCP client.

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

Install the LLM.txt server

The LLM.txt server lets AI assistants search and retrieve content from llms.txt files across websites — useful for AI-focused content discovery.

npx @michaellatman/mcp-get@latest install @mcp-get-community/server-llm-txt
4

Verify the installed server in your config

Check your claude_desktop_config.json to confirm the server was added correctly. The mcp-get CLI automatically updates the config file.

5

Restart your MCP client

Restart Claude Desktop or your MCP-compatible tool to load any newly installed community servers.

Community Servers Examples

Client configuration

Example showing the curl community server registered manually in claude_desktop_config.json. mcp-get will generate this automatically when you install via CLI.

{
  "mcpServers": {
    "server-curl": {
      "command": "npx",
      "args": ["-y", "@mcp-get-community/server-curl"]
    }
  }
}

Prompts to try

After installing community servers, use them through your AI assistant for various tasks.

- "Make an HTTP GET request to https://api.github.com/users/octocat and show me the response"
- "Fetch the llms.txt file from anthropic.com and summarize its contents"
- "List all available community MCP servers"
- "POST JSON data to https://httpbin.org/post with body {\"test\": true}"
- "What macOS system information is available from the macOS community server?"

Troubleshooting Community Servers

npx @michaellatman/mcp-get@latest list shows no servers

Check your internet connection — mcp-get fetches the registry from the MCP Get API. If the registry is temporarily unavailable, try again later or browse the servers directory at github.com/mcp-get/community-servers.

Installed server does not appear in the MCP client

The mcp-get CLI updates claude_desktop_config.json automatically, but Claude Desktop must be restarted to load new servers. Also verify the config file path is correct for your OS: ~/Library/Application Support/Claude/ on macOS.

A community server errors on startup

Community servers are maintained by their individual creators — check the specific server's repository for issues and requirements. Individual servers may need their own npm packages or environment variables that mcp-get does not configure automatically.

Frequently Asked Questions about Community Servers

What is Community Servers?

Community Servers is a Model Context Protocol (MCP) server that 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 It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Community Servers?

Follow the installation instructions on the Community Servers GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Community Servers?

Community Servers works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Community Servers free to use?

Yes, Community Servers is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Developer Tools MCP Servers

Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "community-servers": { "command": "npx", "args": ["-y", "community-servers"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Community Servers?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides