Overview
Mcpservers_awesome is a directory for Awesome MCP Servers, providing a comprehensive list of servers for users to explore.
To use Mcpservers_awesome, clone the repository, install the dependencies, set up the database, configure environment variables, and run the development server to preview the site.
- Live preview of MCP servers - Easy setup with clear instructions - Community support through Telegram and Discord
- Finding and exploring various MCP servers.
- Setting up your own MCP server directory.
- Engaging with the MCP community through social platforms.
Add to your AI client
Use these steps to connect Mcpservers_awesome Mcp 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": {
"mcpservers-awesome-mcp-servers-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcpservers-awesome-mcp-servers-mcp-mirror"
]
}
}
}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": {
"mcpservers-awesome-mcp-servers-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcpservers-awesome-mcp-servers-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"mcpservers-awesome-mcp-servers-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcpservers-awesome-mcp-servers-mcp-mirror"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"mcpservers-awesome-mcp-servers-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcpservers-awesome-mcp-servers-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcpservers-awesome-mcp-servers-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcpservers-awesome-mcp-servers-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"mcpservers-awesome-mcp-servers-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-mcpservers-awesome-mcp-servers-mcp-mirror"
]
}
}
}FAQ
Is Mcpservers_awesome free to use?
Yes! Mcpservers_awesome is free to use for everyone.
What technologies are used in Mcpservers_awesome?
Mcpservers_awesome uses Supabase for database management and pnpm for package management.
How can I contribute to Mcpservers_awesome?
You can contribute by submitting issues or pull requests on the GitHub repository.