Overview
mcpehelper-server is a code repository designed to provide the backend support for the mcpehelper website, aimed at enhancing the experience of Minecraft Pocket Edition users. # How to use mcpehelper-server? To use mcpehelper-server, clone the repository from GitHub and follow the installation instructions in the README file to set up the server on your local machine or a web server. # Key features of mcpehelper-server? - Provides backend functionality for the mcpehelper website. - Supports data handling for Minecraft Pocket Edition tools and features. - Open-source project available for contributions and enhancements. # Use cases of mcpehelper-server?
- Hosting a Minecraft Pocket Edition helper website.
- Enhancing gaming experience with tools tailored for Minecraft users.
- Allowing developers to contribute to the Minecraft community with custom features. # FAQ from mcpehelper-server? - What is the purpose of mcpehelper-server? > The purpose of mcpehelper-server is to provide the backend for the mcpehelper website, which offers various tools and resources for Minecraft Pocket Edition players. - Is mcpehelper-server free to use? > Yes! mcpehelper-server is open-source and free for anyone to use and modify. - Can I contribute to mcpehelper-server? > Absolutely! Contributions to enhance the project are welcome, and you can find guidelines in the repository.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":585,"uuid":"1da39b4f-32b2-42f8-90e7-7b527c3501b0","name":"shadowpants18_mcpehelper-server","title":"mcpehelper-server","description":"Mirror of","avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","created_at":"2024-12-30T03:22:56.113Z","updated_at":"2025-01-05T02:59:50.370Z","status":"created","author_name":"MCP-Mirror","author_avatar_url":"https://avatars.githubusercontent.com/u/192820360?v=4","tags":"mcpehelper,minecraft,server","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/MCP-Mirror/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": {
"shadowpants18-mcpehelper-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shadowpants18-mcpehelper-server-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": {
"shadowpants18-mcpehelper-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shadowpants18-mcpehelper-server-mcp-mirror"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"shadowpants18-mcpehelper-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shadowpants18-mcpehelper-server-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": {
"shadowpants18-mcpehelper-server-mcp-mirror": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shadowpants18-mcpehelper-server-mcp-mirror"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"shadowpants18-mcpehelper-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shadowpants18-mcpehelper-server-mcp-mirror"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"shadowpants18-mcpehelper-server-mcp-mirror": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-shadowpants18-mcpehelper-server-mcp-mirror"
]
}
}
}