@modwrench/thunderstore
v0.0.1
Published
ModWrench — Thunderstore MCP server. Discover and inspect mods on Thunderstore (Lethal Company, Valheim, R.E.P.O., Risk of Rain 2, Dyson Sphere Program, BONEWORKS, and other Unity co-op games) directly from any MCP-compatible AI client.
Readme
@modwrench/thunderstore
ModWrench's Thunderstore platform package. Read-only MCP tools for discovering and inspecting mods on Thunderstore — the dominant platform for Unity co-op games (Lethal Company, Valheim, R.E.P.O., Risk of Rain 2, Dyson Sphere Program, BONEWORKS, and 270+ others).
Closes the v2 workbench loop: mw_read_load_order parses r2modman profiles locally; Thunderstore's tools enrich each installed mod with author, version, downloads, and current page URL.
Tools
thunderstore_list_communities— every community (game) on Thunderstorethunderstore_get_community— single community detailsthunderstore_list_mods— mods within a community (paginated summary)thunderstore_get_mod— single mod's metadata (latest version, total downloads, community listings)thunderstore_search_mods— substring search within a communitythunderstore_mod_versions— full version history of a specific modthunderstore_top_mods— highest-rated mods in a community
Auth
Read-only public API — no credentials required. Tools work anonymously. When v3 write/publishing support lands, OAuth will be added; until then, no env vars needed.
Usage
Standalone:
npx @modwrench/thunderstoreOr composed into the meta-server via @modwrench/cli. See the project README for full setup.
