drio
Open app

MCP Servers Collection

Source

Catalog onlyCatalog onlySTDIO

Overview

MCP Servers Collection is a repository that contains a variety of Model Context Protocol (MCP) servers, each demonstrating different functionalities and use cases within the MCP ecosystem. These servers provide standardized access to external tools and resources for MCP-compatible clients.

To use any of the servers, navigate to the specific server directory, install the necessary dependencies using npm install, build the server if required, and start it with npm start.

  • mcp-calculator-server: Basic arithmetic operations (add, subtract, multiply, divide). - mcp-calculator-sse-server: Real-time communication with streaming responses for arithmetic operations. - mcp-weather-server: Provides weather data retrieval. - mcp-file-manager-server: Comprehensive file management capabilities including file operations and metadata retrieval.
  1. Integrating with AI agents that utilize the MCP protocol.
  2. Building web applications that require access to external tools via MCP.
  3. Command-line interfaces that support MCP for various functionalities.

Add to your AI client

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

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

Claude Code

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

.mcp.json (project root)

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

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

**What is the Model Context Protocol (MCP)?**

MCP is a standardized protocol that allows models to access external tools and resources seamlessly.

**Can I contribute to the MCP Servers Collection?**

Yes! You can add new servers by following the contribution guidelines outlined in the repository.

**What technologies are used in these servers?**

The servers are built using TypeScript and utilize the MCP SDK for implementation.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3178,"uuid":"69fbd87e-44dd-4b4e-b28c-8ed8f0b29a44","name":"mcp-servers","title":"MCP Servers Collection","description":"","avatar_url":"https://avatars.githubusercontent.com/u/7556325?v=4","created_at":"$D2025-03-18T03:12:13.056Z","updated_at":"$D2025-03-18T16:58:04.682Z","status":"created","author_name":"im2nguyen","author_avatar_url":"https://avatars.githubusercontent.com/u/7556325?v=4","tags":"mcp-servers,model-context-protocol,server-collection","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/im2nguyen/mcp-servers","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"TypeScript\",\"is_official\":false,\"latest_commit_time\":\"2025-03-17 00:03:00\"}","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"}]]}]

MCP Servers Collection — MCP Registry