Labsco
MCP SERVER

Minecraft Modding MCP

by OGMatrix

Pull Fabric modding documentation, worked code examples and concept explanations into the editor, filtered by Minecraft version, mod loader and language.

Framework & SDK Documentation LookupVerified
Summary
It answers Fabric questions from an index, so ask it what it covers first.

All four tools read; none of them touches your mod project. get_minecraft_version is the honest opening call because it reports which versions the indexed documentation actually carries, and that determines whether a code example you get back applies to the version you are targeting. get_example is the tool doing the real work — it returns full snippets with their source documentation attached rather than a fragment you have to place yourself.

What it is

A documentation-retrieval server over an index of Fabric modding material — guides, API information, concepts and code examples.

What you get
  • Search across Fabric modding documentation by query and category
  • Code examples for a topic, returned with explanations, source documentation and metadata, and filterable by minecraft_version, loader and language
  • Explanations of a named Fabric or Minecraft modding concept, including terminology and architectural patterns
  • The Minecraft versions present in the index — the latest one or all of them
Requirements

Nothing — no account, no key.

Setup effort

One command — npm install -g mcmodding-mcp