@modwrench/modrinth
v0.0.1
Published
ModWrench — Modrinth MCP server. Discover and inspect mods, modpacks, plugins, datapacks, resourcepacks, and shaders on Modrinth (Minecraft) directly from any MCP-compatible AI client.
Readme
@modwrench/modrinth
ModWrench's Modrinth platform package. Read-only MCP tools for discovering and inspecting Minecraft mods, modpacks, plugins, datapacks, resource packs, and shaders on Modrinth.
Modrinth is the open-source Minecraft modding platform. Reads use the public REST API and do not require credentials.
Tools
modrinth_search- full-text search with project type, loader, game version, and category facetsmodrinth_get_project- inspect a project by ID or slugmodrinth_get_versions- list project versions with optional loader and game-version filtersmodrinth_get_version- inspect a specific versionmodrinth_list_categories- list category metadata for filtersmodrinth_list_loaders- list supported loadersmodrinth_list_game_versions- list Minecraft versions, optionally release-only
Auth
Read-only public API - no credentials required. If write/publishing support lands later, it should use Modrinth PAT/OAuth flows with explicit user consent.
Usage
Standalone:
npx @modwrench/modrinthOr composed into the meta-server via @modwrench/cli. See the project README for full setup.
