Testing-of-FakePixelPe-Mcpe-Server
I am Abinanda and I am Main Head of The project so I am Trying to make a Server like Hypixel in Mcpe With Private and Public+Paid Plugins
Overview
This project aims to create a Minecraft Pocket Edition (Mcpe) server inspired by the popular Hypixel server, including a mix of private and public features along with paid plugins.
To use this project, you need to follow the setup instructions available on the project's GitHub page, which include downloading server files and configuring settings to suit your gameplay preferences.
- Ability to create a server similar to Hypixel for Mcpe players - Support for both private and public gaming environments - Integration of paid plugins for enhanced gaming experience
- Hosting custom Minecraft mini-games for friends and other players
- Establishing a public gaming environment with specific rules and guidelines
- Utilizing paid plugins to offer premium features for players
Add to your AI client
Use these steps to connect Testing-of-FakePixelPe-Mcpe-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": {
"testing-of-fakepixelpe-mcpe-server-lovezero29": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-testing-of-fakepixelpe-mcpe-server-lovezero29"
]
}
}
}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": {
"testing-of-fakepixelpe-mcpe-server-lovezero29": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-testing-of-fakepixelpe-mcpe-server-lovezero29"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"testing-of-fakepixelpe-mcpe-server-lovezero29": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-testing-of-fakepixelpe-mcpe-server-lovezero29"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"testing-of-fakepixelpe-mcpe-server-lovezero29": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-testing-of-fakepixelpe-mcpe-server-lovezero29"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"testing-of-fakepixelpe-mcpe-server-lovezero29": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-testing-of-fakepixelpe-mcpe-server-lovezero29"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"testing-of-fakepixelpe-mcpe-server-lovezero29": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-testing-of-fakepixelpe-mcpe-server-lovezero29"
]
}
}
}FAQ
Is this server compatible with all devices?
Yes! The server is designed for Minecraft Pocket Edition, accessible on various devices.
Can I use my own plugins?
Yes! The server allows the integration of custom plugins as long as they are compatible with the server setup.
Is there a fee to host this server?
Hosting is free, but optional paid plugins can enhance the experience.