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
Overview
MCP Get Community Servers is a repository that hosts a collection of community-maintained Model Context Protocol (MCP) servers that can be easily accessed and managed.
To use MCP Get, you can list available servers using the CLI command: bash npx @michaellatman/mcp-get@latest list You can also install a specific server via: bash npx @michaellatman/mcp-get@latest install <server-name>
- Automatic listing of community-maintained servers on the MCP Get registry. - Simple CLI interface for managing and installing servers. - Access to different types of servers such as LLM.txt, Curl, and macOS server tailored for specialized tasks.
- Searching and retrieving content from LLM.txt files.
- Making HTTP requests through LLMs using a curl-like interface.
- Managing macOS-specific system information and operations.
Add to your AI client
Use these steps to connect MCP Get Community Servers in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"community-servers-mcp-get": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-community-servers-mcp-get"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"community-servers-mcp-get": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-community-servers-mcp-get"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"community-servers-mcp-get": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-community-servers-mcp-get"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"community-servers-mcp-get": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-community-servers-mcp-get"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"community-servers-mcp-get": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-community-servers-mcp-get"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"community-servers-mcp-get": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-community-servers-mcp-get"
]
}
}
}FAQ
**Are the servers maintained?**
Yes, while MCP Get lists servers, they are maintained by their respective creators who are responsible for functionality and updates.
**How do I contribute to the repository?**
You can submit a Pull Request to contribute your enhancements or fixes.
**What license applies to the servers?**
The repository is under the MIT License, but individual servers may have their own specific license terms; please check their documentation.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":126,"uuid":"d459b687-bb35-4a3f-b4ba-ab6011c10426","name":"community-servers","title":"MCP Get Community Servers","description":"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","avatar_url":"https://avatars.githubusercontent.com/u/190646445?v=4","created_at":"2024-12-13T09:01:19.401Z","updated_at":"2024-12-13T09:42:48.011Z","status":"created","author_name":"mcp-get","author_avatar_url":"https://avatars.githubusercontent.com/u/190646445?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/mcp-get/community-servers","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":null,"user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]