Minecraft

v1.0.0Browser Automationstable

A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction

artificial-intelligenceclaudejavascriptlarge-language-modelsmcp
Share:
583
Stars
0
Downloads
0
Weekly
0/5

What is Minecraft?

Minecraft is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to minecraft mcp server powered by mineflayer api. it allows to control a minecraft character in real-time, allowing ai assistants to build structures, explore the world, and interact with the game envir...

A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction

This server falls under the Browser Automation category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • A Minecraft MCP Server powered by Mineflayer API. It allows

Use Cases

Control a Minecraft character in real-time using natural language.
Build structures and explore game worlds with AI assistance.
yuniko-software

Maintainer

LicenseApache 2.0
Languagetypescript
Versionv1.0.0
UpdatedMay 21, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

NPM

npx -y mcp-minecraft

Manual Installation

npx -y mcp-minecraft

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Minecraft

Minecraft MCP Server harnesses the Mineflayer API to let AI agents control Minecraft characters in real-time through natural language. Build structures, explore worlds, and automate game tasks with Claude or Cursor, with all game logic running locally on your machine.

Prerequisites

  • Node.js 18+ installed
  • An MCP client such as Claude Desktop or Cursor
  • A running Minecraft server (Java Edition) or access to a Minecraft realm
1

Install Minecraft MCP Server

Install via npm.

npx -y mcp-minecraft
2

Configure server connection

Set the Minecraft server address and credentials. Check the repository README for required environment variables (e.g., MINECRAFT_HOST, MINECRAFT_PORT).

3

Add to your MCP client config

Register the server in claude_desktop_config.json.

{
  "mcpServers": {
    "minecraft": {
      "command": "npx",
      "args": ["-y", "mcp-minecraft"]
    }
  }
}
4

Restart your MCP client

Reload Claude Desktop or Cursor.

5

Test game control

Ask Claude to perform a simple action like walking or placing a block.

Minecraft Examples

Client configuration example

Minecraft MCP configuration in claude_desktop_config.json.

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

Prompts to try

Control your Minecraft character through Claude.

Walk forward 10 blocks then build a small house
Explore this area and tell me what you see
Mine stone and create a defensive wall

Troubleshooting Minecraft

Cannot connect to Minecraft server

Verify the server is running and accessible. Check that environment variables for server host/port are set correctly. Ensure the Minecraft account credentials are valid and the server allows the bot account to join.

Mineflayer commands fail or are slow

Check server performance and network latency. Review the repository README for known Mineflayer limitations and ensure your Minecraft server version is compatible.

Frequently Asked Questions about Minecraft

What is Minecraft?

Minecraft is a Model Context Protocol (MCP) server that minecraft mcp server powered by mineflayer api. it allows to control a minecraft character in real-time, allowing ai assistants to build structures, explore the world, and interact with the game environment through natural language instruction It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Minecraft?

Install via npm with the command: npx -y mcp-minecraft. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).

Which AI clients work with Minecraft?

Minecraft works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Minecraft free to use?

Yes, Minecraft is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.

Browse More Browser Automation MCP Servers

Explore all browser automation servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

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

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Minecraft?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides