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
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
Maintainer
Works with
Installation
Manual Installation
npx community-serversConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
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
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 listInstall 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-curlInstall 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-txtVerify 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.
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.
Community Servers Alternatives — Similar Developer Tools Servers
Looking for alternatives to Community Servers? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
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.
Set Up Community Servers in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
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.