Minecraft Remote

by nacal

13 stars
349 downloads
Not rated
GitHub

Description

[![smithery badge](https://smithery.ai/badge/@nacal/mcp-minecraft-remote)](https://smithery.ai/server/@nacal/mcp-minecraft-remote) [![MseeP.ai Security Assessment Badge](https://mseep.net/pr/nacal-mcp-minecraft-remote-badge.png)](https://mseep.ai/app/nacal-mcp-minecraft-remote)…

About

[![smithery badge](https://smithery.ai/badge/@nacal/mcp-minecraft-remote)](https://smithery.ai/server/@nacal/mcp-minecraft-remote) [![MseeP.ai Security Assessment Badge](https://mseep.net/pr/nacal-mcp-minecraft-remote-badge.png)](https://mseep.ai/app/nacal-mcp-minecraft-remote) # MCP Minecraft Remote > This project is…

Details

Author
nacal
GitHub stars
13
Downloads
349
Categories
Other, Developer Tools

- Connect to and control a Minecraft player remotely
- Navigate, mine, build, and interact with the world
- Chat with other players on the server
- Check inventory, position, and server information
- Advanced movement: jumping, sneaking, and sprinting
- Craft items and trade with villagers

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Minecraft Remote
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npm (npm install -g mcp-minecraft-remote) or Smithery (npx -y @smithery/cli install @nacal/mcp-minecraft-remote), then add the server configuration to your Claude Desktop config file. After restarting Claude, use tools like connectToServer to connect to a Minecraft server (must have online-mode=false set). See the README for full configuration examples.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "minecraft remote": {
            "minecraft-remote": {
                "command": "npx",
                "args": [
                    "-y",
                    "mcp-minecraft-remote@latest"
                ]
            }
        }
    }
}

McpServers

{
    "minecraft-remote": {
        "command": "npx",
        "args": [
            "-y",
            "mcp-minecraft-remote@latest"
        ]
    }
}

MCP Minecraft Remote

> This project is inspired by mcp-minecraft by arjunkmrm. While the original only supported local Minecraft server connections, this project was newly created from scratch to add support for connecting to remote Minecraft servers.

Minecraft Remote Control using MCP (Model Context Protocol).

Features

- Connect to and control a Minecraft player via an AI assistant
- Navigate, mine, build, and interact with the Minecraft world
- Chat with other players on the server
- Check inventory, player position, and server information
- Advanced movement control including jumping, sneaking, and sprinting
- Entity interaction including attacking and following
- Container usage (chests, furnaces, etc.)
- Item crafting and villager trading
- Detailed inventory management

Installation

Installing via Smithery

To install Minecraft Remote Control for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @nacal/mcp-minecraft-remote --client claude

Quick Install (Recommended)

npx -y @smithery/cli install mcp-minecraft-remote --client claude

Follow the CLI prompts to complete the setup.

Manual Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.