Skip to main content
ClaudeWave

MCP server for searching Modrinth and publishing Minecraft mods via the Modrinth API. npm package + Claude Code plugin.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/25/2026
Install in Claude Code / Claude Desktop
Method: NPX · @justinscott12/modrinth-mcp
Claude Code CLI
claude mcp add modrinth-mcp -- npx -y @justinscott12/modrinth-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "modrinth-mcp": {
      "command": "npx",
      "args": ["-y", "@justinscott12/modrinth-mcp"],
      "env": {
        "MODRINTH_TOKEN": "<modrinth_token>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
MODRINTH_TOKEN
Casos de uso

Resumen de MCP Servers

# modrinth-mcp

An [MCP](https://modelcontextprotocol.io) server that wraps the [Modrinth](https://modrinth.com) API so an AI agent (Claude Code, Claude Desktop, Cursor, …) can search projects, read project/version metadata, and **publish Minecraft mods** — create projects and upload built jars as new versions.

## Tools

| Tool | Auth | What it does |
| --- | --- | --- |
| `modrinth_whoami` | ✅ | Verify your token; return the authenticated user. |
| `modrinth_search_projects` | – | Search public Modrinth projects. |
| `modrinth_get_project` | – | Get a project's metadata by slug or id. |
| `modrinth_list_project_versions` | – | List a project's published versions. |
| `modrinth_create_version` | ✅ | Publish a **new version** by uploading one or more jars. |
| `modrinth_create_project` | ✅ | Create a **new project** (as a draft). |
| `modrinth_modify_version` | ✅ | Edit metadata of an existing version. |

Read-only tools work without a token. Anything that writes needs a Modrinth **Personal Access Token**.

## Getting a token

Create a PAT at <https://modrinth.com/settings/pats> with these scopes:

- Read projects
- Read versions
- Create versions
- Write versions

Set it as the `MODRINTH_TOKEN` environment variable.

## Install

### As a Claude Code plugin

```bash
/plugin marketplace add justinscott12/modrinth-mcp
/plugin install modrinth-mcp@justinscott12
```

You'll be prompted for your Modrinth token when enabling the plugin. It runs the published npm package under the hood via `npx`.

### As an MCP server (any client)

Add to your MCP client config (e.g. Claude Desktop `claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "modrinth": {
      "command": "npx",
      "args": ["-y", "@justinscott12/modrinth-mcp"],
      "env": {
        "MODRINTH_TOKEN": "your-modrinth-pat"
      }
    }
  }
}
```

Or in Claude Code directly:

```bash
claude mcp add modrinth --env MODRINTH_TOKEN=your-modrinth-pat -- npx -y @justinscott12/modrinth-mcp
```

## Environment variables

| Variable | Default | Purpose |
| --- | --- | --- |
| `MODRINTH_TOKEN` | – | Modrinth Personal Access Token. Required for write actions. |
| `MODRINTH_STAGING` | unset | Set to `1` to hit `https://staging-api.modrinth.com` for safe testing. |
| `MODRINTH_USER_AGENT` | `modrinth-mcp/<version> …` | Override the User-Agent sent to Modrinth. |

## Example flow

1. `modrinth_whoami` — confirm auth works.
2. `modrinth_create_project` — create the project page (created as a draft).
3. `modrinth_create_version` — upload your built jar(s) with the target `game_versions` and `loaders`.
4. Submit the project for review on the Modrinth site when ready.

> **Note:** `create_version` and `create_project` publish public content. Only call them when you actually intend to publish.

## Development

```bash
npm install
MODRINTH_STAGING=1 MODRINTH_TOKEN=your-staging-pat npm start
```

The server speaks MCP over stdio. `stdout` is reserved for the protocol; logs go to `stderr`.

## License

[MIT](./LICENSE)
claudefabricmcpminecraftmodel-context-protocolmodrinth

Lo que la gente pregunta sobre modrinth-mcp

¿Qué es justinscott12/modrinth-mcp?

+

justinscott12/modrinth-mcp es mcp servers para el ecosistema de Claude AI. MCP server for searching Modrinth and publishing Minecraft mods via the Modrinth API. npm package + Claude Code plugin. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-24.

¿Cómo se instala modrinth-mcp?

+

Puedes instalar modrinth-mcp clonando el repositorio (https://github.com/justinscott12/modrinth-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar justinscott12/modrinth-mcp?

+

Nuestro agente de seguridad ha analizado justinscott12/modrinth-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene justinscott12/modrinth-mcp?

+

justinscott12/modrinth-mcp es mantenido por justinscott12. La última actividad registrada en GitHub es del 2026-08-24, con 0 issues abiertos.

¿Hay alternativas a modrinth-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega modrinth-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: justinscott12/modrinth-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/justinscott12-modrinth-mcp)](https://claudewave.com/repo/justinscott12-modrinth-mcp)
<a href="https://claudewave.com/repo/justinscott12-modrinth-mcp"><img src="https://claudewave.com/api/badge/justinscott12-modrinth-mcp" alt="Featured on ClaudeWave: justinscott12/modrinth-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a modrinth-mcp