MCP Catalogs
Home

minecraft-dev-mcp

by MCDxAI·17·Score 44

MCP server providing 20 tools for Minecraft mod development including decompilation, mapping, and source code analysis.

developer-toolsai-llmother
11
Forks
1
Open issues
this month
Last commit
2d ago
Indexed

Overview

Minecraft Dev MCP is a comprehensive Model Context Protocol server designed specifically for Minecraft mod developers. It provides native access to Minecraft development tools through MCP, allowing AI assistants to directly work with decompiled Minecraft source code, analyze mods, validate Mixin configurations, and compare between Minecraft versions. The server supports both WSL and Windows paths, making it versatile for different development environments.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Automatically decompile Minecraft source code for a specific version and retrieve Java source for any class
you:Analyze third-party mod JARs to extract metadata, dependencies, and entry points
you:Validate Mixin code against Minecraft source to catch errors before runtime
you:What Minecraft versions are supported?
you:Can I use this with both Windows and WSL?

When to choose this

Choose this MCP server when working with Minecraft mod development and you need AI to have direct access to decompiled source code, mapping systems, and validation tools without manual setup.

When NOT to choose this

Don't choose this if you're not working with Minecraft mod development, as the tools are specialized for this ecosystem and won't be useful for other projects.

Tools this server exposes

12 tools extracted from the README
  • list_minecraft_versions

    List all available Minecraft versions and local cache status

  • decompile_minecraft_version

    Download, remap, and decompile a Minecraft version

  • get_minecraft_source

    Get decompiled Java source for a specific Minecraft class

  • search_minecraft_code

    Search Minecraft source code by class, method, field, or content

  • find_mapping

    Translate symbols between mapping namespaces

  • compare_versions

    Compare two Minecraft versions to identify changes

  • analyze_mixin

    Validate Mixin annotations against Minecraft source

  • analyze_mod_jar

    Analyze a mod JAR without decompiling

  • decompile_mod_jar

    Decompile a mod JAR to readable Java source

  • search_mod_code

    Search decompiled mod source code

  • get_registry_data

    Extract registry data from Minecraft

  • search_documentation

    Search across Minecraft and Fabric documentation

Comparable tools

generic-file-mcpgithub-mcpvscode-mcp

Installation

Installation

**NPM (Recommended)**

npm install -g @mcdxai/minecraft-dev-mcp

**NPX (No Install)** Use npx -y @mcdxai/minecraft-dev-mcp directly in config.

**Prerequisites**: Node.js 18+ and Java 17+

Claude Desktop Configuration

Add to your Claude Desktop configuration file:

{
  "mcpServers": {
    "minecraft-dev": {
      "command": "minecraft-dev-mcp"
    }
  }
}

Claude Code Configuration

Add to .claude/settings.local.json in your project:

{
  "mcpServers": {
    "minecraft-dev": {
      "command": "minecraft-dev-mcp"
    }
  }
}

FAQ

What Minecraft versions are supported?
The server supports Minecraft versions 1.14 and higher with automatic downloading and caching of client JARs.
Can I use this with both Windows and WSL?
Yes, the server fully supports both Windows paths (C:\\...) and WSL paths (/mnt/c/...) throughout all tools.

Compare minecraft-dev-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.