modrinth-mcp
modrinth-mcp
Un servidor MCP que envuelve la API de Modrinth para que un agente de IA (Claude Code, Claude Desktop, Cursor, …) pueda buscar proyectos, leer metadatos de proyectos/versiones y publicar mods de Minecraft — crear proyectos y subir jars compilados como nuevas versiones.
Herramientas
Herramienta | Auth | Qué hace |
| ✅ | Verifica tu token; devuelve el usuario autenticado. |
| – | Busca proyectos públicos de Modrinth. |
| – | Obtiene los metadatos de un proyecto por slug o id. |
| – | Lista las versiones publicadas de un proyecto. |
| ✅ | Publica una nueva versión subiendo uno o más jars. |
| ✅ | Crea un nuevo proyecto (como borrador). |
| ✅ | Edita los metadatos de una versión existente. |
Las herramientas de solo lectura funcionan sin token. Cualquier operación de escritura necesita un Token de Acceso Personal de Modrinth.
Related MCP server: ModWrench MCP Server
Obteniendo un token
Crea un PAT en https://modrinth.com/settings/pats con estos alcances:
Leer proyectos
Leer versiones
Crear versiones
Escribir versiones
Configúralo como la variable de entorno MODRINTH_TOKEN.
Instalación
Como plugin de Claude Code
/plugin marketplace add justinscott12/modrinth-mcp
/plugin install modrinth-mcp@justinscott12Se te pedirá tu token de Modrinth al habilitar el plugin. Ejecuta el paquete npm publicado internamente mediante npx.
Como servidor MCP (cualquier cliente)
Añade a la configuración de tu cliente MCP (por ejemplo, claude_desktop_config.json de Claude Desktop):
{
"mcpServers": {
"modrinth": {
"command": "npx",
"args": ["-y", "@justinscott12/modrinth-mcp"],
"env": {
"MODRINTH_TOKEN": "your-modrinth-pat"
}
}
}
}O directamente en Claude Code:
claude mcp add modrinth --env MODRINTH_TOKEN=your-modrinth-pat -- npx -y @justinscott12/modrinth-mcpVariables de entorno
Variable | Predeterminado | Propósito |
| – | Token de Acceso Personal de Modrinth. Requerido para acciones de escritura. |
| unset | Establécelo a |
|
| Sobrescribe el User-Agent enviado a Modrinth. |
Flujo de ejemplo
modrinth_whoami— confirma que la autenticación funciona.modrinth_create_project— crea la página del proyecto (creada como borrador).modrinth_create_version— sube tus jars compilados con losgame_versionsyloadersobjetivo.Envía el proyecto para revisión en el sitio de Modrinth cuando esté listo.
Nota:
create_versionycreate_projectpublican contenido público. Solo llámalos cuando realmente tengas la intención de publicar.
Desarrollo
npm install
MODRINTH_STAGING=1 MODRINTH_TOKEN=your-staging-pat npm startEl servidor habla MCP sobre stdio. stdout está reservado para el protocolo; los registros van a stderr.
Licencia
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