drio
Open app

StrongApps_MCPE_servers

Source

Mirror of

Catalog onlyCatalog onlySTDIO

Overview

StrongApps_MCPE_servers is an open-source website that allows users to view and access various Minecraft Pocket Edition (MCPE) servers.

To use StrongApps_MCPE_servers, simply visit the website and browse through the list of available MCPE servers. You can click on any server to get more details and connect to it.

  • Comprehensive list of MCPE servers - User-friendly interface for easy navigation - Open-source platform for community contributions
  1. Finding new MCPE servers to play on.
  2. Connecting with friends on popular MCPE servers.
  3. Contributing to the open-source project by adding new servers.

Add to your AI client

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

Windsurf

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

~/.codeium/windsurf/mcp_config.json

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

Cline

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

Cline MCP Settings (via UI)

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

FAQ

Can I add my own MCPE server to the list?

Yes! The platform is open-source, and you can contribute by adding your server details.

Is there a cost to use StrongApps_MCPE_servers?

No, it is completely free to use for everyone.

How often is the server list updated?

The server list is updated regularly based on community contributions and feedback.