drio
Open app

Mcp Directory

Source

directory for Awesome MCP Servers

Catalog onlyCatalog onlySTDIO

Overview

Mcp Directory is a centralized directory for discovering and accessing Awesome MCP Servers.

To use Mcp Directory, clone the repository, install dependencies, set up the database, configure environment variables, and run the development server to preview the site.

  • Comprehensive listing of MCP servers - Easy setup process with clear instructions - Community support via Telegram and Discord channels
  1. Finding various MCP servers for gaming and collaboration
  2. Contributing to the MCP server community by adding new servers
  3. Staying updated on the latest MCP server offerings

Add to your AI client

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

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

Claude Code

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

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-directory-chatmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-directory-chatmcp"
      ]
    }
  }
}

VS Code (Copilot)

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

.vscode/mcp.json

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-directory-chatmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-directory-chatmcp"
      ]
    }
  }
}

Cline

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

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-directory-chatmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-directory-chatmcp"
      ]
    }
  }
}

FAQ

What is the purpose of Mcp Directory?

Mcp Directory helps users find and connect with various MCP servers quickly and easily.

Is there any community support available?

Yes! Users can join the MCP Server Telegram and Discord communities for support and discussions.

How do I set up my own MCP server listing?

You can contribute by following the guidelines provided in the community channels.