drio
Open app

awesome-awesome-mcp-servers

Source

A curated list of awesome-mcp-servers (Model Context Protocol server)

Catalog onlyCatalog onlySTDIO

Overview

Awesome Awesome MCP Servers is a curated list of fantastic Model Context Protocol (MCP) servers that aim to provide users access to a variety of implementations and resources.

To use this repository, simply explore the list of MCP servers provided in the GitHub repository. You can click on each server link to access its individual repository and explore its features.

  • A comprehensive collection of MCP server implementations. - Quick access to various MCP resources through GitHub links. - Regularly updated list curated by the community.
  1. Developers looking for MCP server implementations to work with.
  2. Researchers studying the Model Context Protocol and its applications.
  3. Anyone interested in contributing to or utilizing MCP server projects.

Add to your AI client

Use these steps to connect awesome-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": {
    "awesome-awesome-mcp-servers-esc5221": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-awesome-mcp-servers-esc5221"
      ]
    }
  }
}

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": {
    "awesome-awesome-mcp-servers-esc5221": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-awesome-mcp-servers-esc5221"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "awesome-awesome-mcp-servers-esc5221": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-awesome-mcp-servers-esc5221"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "awesome-awesome-mcp-servers-esc5221": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-awesome-mcp-servers-esc5221"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "awesome-awesome-mcp-servers-esc5221": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-awesome-mcp-servers-esc5221"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "awesome-awesome-mcp-servers-esc5221": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-awesome-mcp-servers-esc5221"
      ]
    }
  }
}

FAQ

How often is the list updated?

The list is updated regularly to include new and noteworthy MCP servers.

Can I contribute to this list?

Yes! Contributions are welcome. Users can submit their own MCP servers to be included in the list by following the contribution guide in the repository.

Where can I find the list of servers?

The list of servers can be found on the project's GitHub page [here](https://github.com/esc5221/awesome-awesome-mcp-servers).