MixinMCP

muon-rw/MixinMCP
★ 2 stars Kotlin 🔌 API Integration Updated today
MCP Server Extension for Minecraft Development
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": {
    "mixinmcp": {
      "command": "npx",
      "args": [
        "-y",
        "muon-rw/MixinMCP"
      ]
    }
  }
}

README Excerpt

<!-- Plugin description --> Extends IntelliJ's built-in MCP Server with tools for Minecraft mod development, with the goal of improving mixin writing and inter-mod compatibility. GitHub: https://github.com/muon-rw/MixinMCP For all features, you will also need the Gradle plugin - see https://github.com/muon-rw/MixinMCP#Setup

Tools (19)

mixin_call_hierarchymixin_class_bytecodemixin_find_classmixin_find_implsmixin_find_overridesmixin_find_referencesmixin_find_targeting_mixinsmixin_get_dep_sourcemixin_list_source_rootsmixin_mappings_lookupmixin_method_bytecodemixin_move_filemixin_refresh_vfsmixin_safe_deletemixin_search_in_depsmixin_search_symbolsmixin_super_methodsmixin_sync_projectmixin_type_hierarchy