MCP server providing AI assistants with up-to-date Minecraft modding documentation for Fabric and NeoForge
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.
Give your AI assistant real-time access to Fabric & NeoForge documentation
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 serversearch_fabric_docs — The search_fabric_docs tool exposed by this serverget_example — The get_example tool exposed by this serverexplain_fabric_concept — Get detailed explanations of modding concepts with related resourcesget_minecraft_version — The get_minecraft_version tool exposed by this serversearch_mappings — Search Minecraft class, method, and field mappings with parameter names and Javadocsget_class_details — Get comprehensive information about a Minecraft class including all methods and fieldslookup_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 typesbrowse_package — The browse_package tool exposed by this serversearch_mod_examples — Search battle-tested code from popular mods like Create, Botania, and Applied Energistics 2get_mod_example — Get detailed information about a specific example with full code and explanationsInstallation 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.
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.
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.
| Tool | What it does |
|---|---|
| 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. |
| list_canonical_mods | The list_canonical_mods tool exposed by this server. |
| list_mod_categories | Browse available example categories (blocks, entities, rendering, etc.). |
{
"mcpServers": {
"mcmodding": {
"command": "npx",
"args": ["-y", "mcmodding-mcp"],
"env": {
"GITHUB_REPO_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| GITHUB_REPO_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.