Mcmodding MCP Server

MCP server providing AI assistants with up-to-date Minecraft modding documentation for Fabric and NeoForge

Local serverstdioTypeScript

What is the Mcmodding MCP MCP server?

Connect Mcmodding MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server providing AI assistants with up-to-date Minecraft modding documentation for Fabric and NeoForge. The mcmodding mcp mcp server is what makes that connection.

What the server does

Give your AI assistant real-time access to Fabric & NeoForge documentation

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Installation — The Installation tool exposed by this server
  • search_fabric_docs — The search_fabric_docs tool exposed by this server
  • get_example — The get_example tool exposed by this server
  • explain_fabric_concept — Get detailed explanations of modding concepts with related resources
  • get_minecraft_version — The get_minecraft_version tool exposed by this server
  • search_mappings — Search Minecraft class, method, and field mappings with parameter names and Javadocs
  • get_class_details — Get comprehensive information about a Minecraft class including all methods and fields
  • lookup_obfuscated — Look up deobfuscated names from obfuscated identifiers (useful for crash logs)
  • get_method_signature — Get the full signature of a method including all parameter names and types
  • browse_package — The browse_package tool exposed by this server
  • search_mod_examples — Search battle-tested code from popular mods like Create, Botania, and Applied Energistics 2
  • get_mod_example — Get detailed information about a specific example with full code and explanations

Installation

Installation goes through your MCP client rather than a global install: point it at mcmodding-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Credentials and setup notes

Configuration is passed through the environment: GITHUB_REPO_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Mcmodding MCP's toolset — Installation, search_fabric_docs, get_example and 11 more — is a fair guide to whether it matches your workflow. It is maintained by ogmatrix; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Mcmodding MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Mcmodding MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
InstallationThe Installation tool exposed by this server.
search_fabric_docsThe search_fabric_docs tool exposed by this server.
get_exampleThe get_example tool exposed by this server.
explain_fabric_conceptGet detailed explanations of modding concepts with related resources.
get_minecraft_versionThe get_minecraft_version tool exposed by this server.
search_mappingsSearch Minecraft class, method, and field mappings with parameter names and Javadocs.
get_class_detailsGet comprehensive information about a Minecraft class including all methods and fields.
lookup_obfuscatedLook up deobfuscated names from obfuscated identifiers (useful for crash logs).
get_method_signatureGet the full signature of a method including all parameter names and types.
browse_packageThe browse_package tool exposed by this server.
search_mod_examplesSearch battle-tested code from popular mods like Create, Botania, and Applied Energistics 2.
get_mod_exampleGet detailed information about a specific example with full code and explanations.
list_canonical_modsThe list_canonical_mods tool exposed by this server.
list_mod_categoriesBrowse available example categories (blocks, entities, rendering, etc.).

How to install the Mcmodding MCP MCP server

{
  "mcpServers": {
    "mcmodding": {
      "command": "npx",
      "args": ["-y", "mcmodding-mcp"],
      "env": {
        "GITHUB_REPO_URL": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
GITHUB_REPO_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Mcmodding MCP to Installation.
  • Use Mcmodding MCP to search fabric docs.
  • Use Mcmodding MCP to get example.

Frequently asked questions

It connects Mcmodding MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (Installation, search_fabric_docs, get_example, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Mcmodding MCP directly.