modrinth-mcp
modrinth-mcp
Ein MCP-Server, der die Modrinth-API kapselt, sodass ein KI-Agent (Claude Code, Claude Desktop, Cursor, …) Projekte durchsuchen, Projekt-/Versionsmetadaten lesen und Minecraft-Mods veröffentlichen kann – Projekte erstellen und erstellte JARs als neue Versionen hochladen.
Tools
Tool | Auth | Beschreibung |
| ✅ | Überprüft dein Token und gibt den authentifizierten Benutzer zurück. |
| – | Durchsucht öffentliche Modrinth-Projekte. |
| – | Ruft die Metadaten eines Projekts anhand von Slug oder ID ab. |
| – | Listet die veröffentlichten Versionen eines Projekts auf. |
| ✅ | Veröffentlicht eine neue Version, indem ein oder mehrere JARs hochgeladen werden. |
| ✅ | Erstellt ein neues Projekt (als Entwurf). |
| ✅ | Bearbeitet Metadaten einer vorhandenen Version. |
Schreibgeschützte Tools funktionieren ohne Token. Alles, was schreibt, benötigt ein Modrinth-Personal-Access-Token.
Related MCP server: ModWrench MCP Server
Ein Token erhalten
Erstelle ein PAT unter https://modrinth.com/settings/pats mit folgenden Berechtigungen:
Projekte lesen
Versionen lesen
Versionen erstellen
Versionen schreiben
Setze es als Umgebungsvariable MODRINTH_TOKEN.
Installation
Als Claude-Code-Plugin
/plugin marketplace add justinscott12/modrinth-mcp
/plugin install modrinth-mcp@justinscott12Du wirst beim Aktivieren des Plugins nach deinem Modrinth-Token gefragt. Es führt das veröffentlichte npm-Paket im Hintergrund über npx aus.
Als MCP-Server (beliebiger Client)
Füge Folgendes zu deiner MCP-Client-Konfiguration hinzu (z. B. Claude Desktop claude_desktop_config.json):
{
"mcpServers": {
"modrinth": {
"command": "npx",
"args": ["-y", "@justinscott12/modrinth-mcp"],
"env": {
"MODRINTH_TOKEN": "your-modrinth-pat"
}
}
}
}Oder direkt in Claude Code:
claude mcp add modrinth --env MODRINTH_TOKEN=your-modrinth-pat -- npx -y @justinscott12/modrinth-mcpUmgebungsvariablen
Variable | Standard | Zweck |
| – | Modrinth Personal Access Token. Für Schreibaktionen erforderlich. |
| unset | Auf |
|
| Überschreibt den an Modrinth gesendeten User-Agent. |
Beispielablauf
modrinth_whoami– bestätigt, dass die Authentifizierung funktioniert.modrinth_create_project– erstellt die Projektseite (wird als Entwurf erstellt).modrinth_create_version– lade deine erstellten JAR(s) mit den Ziel-game_versionsundloadershoch.Reiche das Projekt zur Überprüfung auf der Modrinth-Website ein, sobald es bereit ist.
Hinweis:
create_versionundcreate_projectveröffentlichen öffentliche Inhalte. Rufe sie nur auf, wenn du tatsächlich veröffentlichen möchtest.
Entwicklung
npm install
MODRINTH_STAGING=1 MODRINTH_TOKEN=your-staging-pat npm startDer Server spricht MCP über stdio. stdout ist für das Protokoll reserviert; Logs gehen an stderr.
Lizenz
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to fetch comprehensive information about Maven packages from Maven Central, including README content, package metadata, dependencies, and search functionality with GitHub integration.8MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI assistants to search, browse, and manage mods across Nexus Mods, mod.io, Thunderstore, and Modrinth, as well as perform local diagnostics like detecting games and parsing crash logs.MIT
- AlicenseAqualityBmaintenanceEnables AI agents to search Minecraft obfuscated name mappings (class, method, field) across 38 versions, aiding modding, plugin development, and reflection.12MIT
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to read and modify Mendix application models through MCP tools for creating modules, entities, pages, microflows, deploying, and querying runtime data.1
Related MCP Connectors
Search a curated directory of 300+ verified AI agents, MCP servers, and agentic tools.
An MCP server that gives your AI access to the source code and docs of all public github repos
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/justinscott12/modrinth-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server