MCppServer

Noeli14/MCppServer
★ 116 stars C++ 📦 Other Updated 1mo ago
Fast and super efficient Minecraft Server written in C++
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcppserver": {
      "command": "npx",
      "args": [
        "-y",
        "Noeli14/MCppServer"
      ]
    }
  }
}