One MCP server for mod platforms and local modding diagnostics. No data kept.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-171county-modwrench": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
One MCP server for mod platforms and local modding diagnostics. No data kept.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
Apify MCP Server
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP proxy that compresses prose fields (tool descriptions, etc.) using caveman rules. Same accuracy, fewer context tokens.
MCP Security Weekly
Get CVE alerts and security updates for io.github.171county/modwrench and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
One wrench. Every mod platform. No data kept.
ModWrench is a Model Context Protocol (MCP) server that lets your AI assistant talk to mod platforms on your behalf. Discover mods, read changelogs, check versions, browse by tag, manage your modding workflow — from inside Claude Desktop, Claude Code, Cursor, ChatGPT, or any MCP-compatible client.
ModWrench is a bridge. It holds nothing about you. Your API keys live in your OS keychain. Your conversations stay in your AI client. Nothing is logged, nothing is sent anywhere except the platforms you're already using.
Built by a tinkerer who didn't see this coming. The modding community deserves better tooling than what the platforms ship by default — so here's a wrench.
ModWrench bridges four of the biggest modding platforms on Earth, plus a local workbench for diagnostics:
Each capability is a separate MCP package (@modwrench/nexus, @modwrench/modio, @modwrench/thunderstore, @modwrench/modrinth, @modwrench/workbench). Install one, some, or all — same wrench, your choice of attachments. The CLI meta-server (@modwrench/cli) composes whichever you've configured into a single MCP entry.
Nexus + mod.io (platform tools — read-only API clients):
Thunderstore (platform tools — read-only public API, no auth required):
thunderstore_list_communities / thunderstore_get_community — discover the 270+ games on Thunderstorethunderstore_list_mods / thunderstore_get_mod — browse and inspect mods in a communitythunderstore_search_mods — substring search by namethunderstore_mod_versions — full version history with downloads + dependenciesthunderstore_top_mods — highest-rated mods in a communityModrinth (platform tools — read-only public API, no auth required):
modrinth_search — full-text search with facets (project_type, loader, game_version, category)modrinth_get_project — single mod/modpack/plugin/datapack/resourcepack/shader by ID or slugmodrinth_get_versions / modrinth_get_version — version history + specific-version detailsmodrinth_list_categories / modrinth_list_loaders / modrinth_list_game_versions — taxonomy lookups for filteringWorkbench (local diagnostics — no credentials required, except mw_query_mod_metadata):
mw_detect_environment — find the user's games, mod managers, mod loaders, Proton versionsmw_read_load_order — normalize the load order across MO2 / r2modman / Vortex (best-effort)mw_parse_crashlog — structured parse of Crash Logger SSE, Buffout 4, NetScriptFramework, BepInEx, and Minecraft crash-reportsmw_query_mod_metadata — cross-platform mod lookup with mandatory attribution preservedmw_check_known_conflicts — pairwise conflict checks against LOOT + community databaseThe