drio
Open app

MCP-Servers 🚀

Source

All MCP Servers related projects.

Catalog onlyCatalog onlySTDIO

Overview

MCP-Servers is a collection of projects related to managing and operating MCP (Minecraft: Java Edition) servers, providing tools and resources for server administrators.

To use MCP-Servers, visit the GitHub repository, explore the available projects, and follow the documentation provided for each project to set up and manage your own MCP server.

  • Comprehensive collection of tools for MCP server management - Community-driven projects with contributions from various developers - Documentation and guides for easy setup and configuration
  1. Setting up a custom Minecraft server for friends or community.
  2. Managing server plugins and mods for enhanced gameplay.
  3. Troubleshooting and optimizing server performance.

Add to your AI client

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

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

Claude Code

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

.mcp.json (project root)

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

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

What types of projects are included in MCP-Servers?

MCP-Servers includes various tools and scripts for server management, plugin management, and performance optimization.

Is there a cost to use MCP-Servers?

No, MCP-Servers is open-source and free to use under the MIT license.

How can I contribute to MCP-Servers?

You can contribute by submitting pull requests on GitHub or reporting issues to help improve the projects.