drio
Open app

mcpehelper-server

Source

Catalog onlyCatalog onlySTDIO

Overview

mcpehelper-server is a project that provides the code for the mcpsvuehelper website, which is designed to assist Minecraft Pocket Edition (MCPE) players and developers. # How to use mcpehelper-server? To use mcpehelper-server, simply access the GitHub repository, clone the code, and deploy it on your own server to provide helper functionalities for MCPE users. # Key features of mcpehelper-server: - Supports the creation of helpful resources for MCPE. - Allows customization and deployment on personal servers. - Facilitates community interaction for MCPE players. # Use cases of mcpehelper-server:

  1. Setting up a dedicated support server for MCPE users.
  2. Offering tutorials and guides for various MCPE features.
  3. Providing a platform for community-driven content for Minecraft players. # FAQ from mcpehelper-server: - What do I need to run the mcpehelper-server? > You need a server environment that can host the code, along with basic web server knowledge. - Is mcpehelper-server open source? > Yes! You can find the source code on GitHub and contribute to its development. - Can I customize the features of mcpehelper-server? > Absolutely! The code is designed to be flexible and can be modified to suit your specific needs.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":285,"uuid":"0a15b000-e85c-4fa6-9ee2-1279572d7fbc","name":"mcpehelper-server","title":"mcpehelper-server","description":null,"avatar_url":"https://avatars.githubusercontent.com/u/68025767?v=4","created_at":"2024-12-13T12:57:35.688Z","updated_at":"2024-12-13T15:09:08.772Z","status":"created","author_name":"shadowpants18","author_avatar_url":"https://avatars.githubusercontent.com/u/68025767?v=4","tags":"mcpehelper,minecraft,server-help","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/shadowpants18/mcpehelper-server","target":"_self","content":"# mcpehelper-server\n\nThe code for the mcpsvuehelper website","summary":"$29","img_url":null,"type":null,"metadata":null,"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"}]]}]

Add to your AI client

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

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

Claude Code

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

.mcp.json (project root)

{
  "mcpServers": {
    "mcpehelper-server-shadowpants18": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcpehelper-server-shadowpants18"
      ]
    }
  }
}

VS Code (Copilot)

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

.vscode/mcp.json

{
  "servers": {
    "mcpehelper-server-shadowpants18": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcpehelper-server-shadowpants18"
      ]
    }
  }
}

Windsurf

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

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcpehelper-server-shadowpants18": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcpehelper-server-shadowpants18"
      ]
    }
  }
}

Cline

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

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcpehelper-server-shadowpants18": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcpehelper-server-shadowpants18"
      ]
    }
  }
}