minecraft-dev-mcp
by MCDxAI·★ 17·Score 44
MCP server providing 20 tools for Minecraft mod development including decompilation, mapping, and source code analysis.
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:
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 READMElist_minecraft_versionsList all available Minecraft versions and local cache status
decompile_minecraft_versionDownload, remap, and decompile a Minecraft version
get_minecraft_sourceGet decompiled Java source for a specific Minecraft class
search_minecraft_codeSearch Minecraft source code by class, method, field, or content
find_mappingTranslate symbols between mapping namespaces
compare_versionsCompare two Minecraft versions to identify changes
analyze_mixinValidate Mixin annotations against Minecraft source
analyze_mod_jarAnalyze a mod JAR without decompiling
decompile_mod_jarDecompile a mod JAR to readable Java source
search_mod_codeSearch decompiled mod source code
get_registry_dataExtract registry data from Minecraft
search_documentationSearch across Minecraft and Fabric documentation
Comparable tools
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
Last updated · Auto-generated from public README + GitHub signals.