awesome-mcp-servers-discovery

Discover and configure MCP servers from a curated catalog of 6000+ implementations.

7|2|Updated May 16, 2026
One-click install
npx skills add https://github.com/reason-machines/mcp-skills --skill awesome-mcp-servers-discovery-reason-machines
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: awesome-mcp-servers-discovery
Source: https://github.com/reason-machines/mcp-skills/tree/main/skills/awesome-mcp-servers-discovery
Command: npx skills add https://github.com/reason-machines/mcp-skills --skill awesome-mcp-servers-discovery-reason-machines

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Finding the right Model Context Protocol server among thousands of community implementations is time-consuming, and configuring servers in Claude Desktop with correct security settings is error-prone. ## Core Features & Use Cases - Server Discovery by Category: Browse 6000+ MCP servers across 30+ categories including databases, file systems, cloud platforms, and AI services, with official implementations marked. - Configuration Guidance: Provides ready-to-use claude_desktop_config.json patterns for multi-server setups with environment variable handling. - Management Tool Workflows: Covers mcp-get, mcp-cli, and yamcp commands for searching, installing, inspecting, and testing MCP servers. - Use Case: You need a PostgreSQL MCP server for your AI assistant. Use this Skill to find the official implementation, install it via npx, configure it in Claude Desktop, and verify it works with mcp-cli. ## Quick Start Find an official MCP server for PostgreSQL database access and show me how to configure it in Claude Desktop.

Frequently Asked Questions about awesome-mcp-servers-discovery

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find MCP servers for a specific use case?▼

Browse the Awesome MCP Servers repository by category such as databases, file systems, or cloud platforms, or search the Full-List-of-MCP-Servers.xlsx file. Official implementations are marked with a star and should be preferred for security.

How do I install an MCP server in Claude Desktop?▼

Install the server package via npm or mcp-get, then add an entry to claude_desktop_config.json under mcpServers with the command, args, and any required environment variables. Restart Claude Desktop for the server to appear.

What is the difference between official and community MCP servers?▼

Official servers are vendor-maintained implementations marked with a star in the list, while community servers are built by third parties. Official implementations are recommended because community servers can execute arbitrary code with your user permissions.

Why is my MCP server not appearing in Claude Desktop?▼

Check the config JSON syntax with jq, verify the server runs standalone via npx, confirm environment variables are set, and fully restart Claude Desktop. Adding verbose logging to the server args helps diagnose failures.

Are MCP servers safe to install?▼

MCP servers can execute code with your user permissions and access files, network, and system resources. Review the source code before installing, prefer official implementations, limit filesystem scope, and consider running servers in isolated containers.