HomeDesign & Media › modrinth-mcp

modrinth-mcp

Search Modrinth and publish Minecraft mods (create projects, upload versions) via the Modrinth API.

TypeScript Cloud macOSWindowsLinux
★ 0 stars Last pushed 2026-08-25 License: MIT

Topics: Gaming

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.1)

npx -y @justinscott12/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "modrinth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@justinscott12/[email protected]"
      ],
      "env": {
        "MODRINTH_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • MODRINTH_TOKEN secret — Modrinth Personal Access Token (https://modrinth.com/settings/pats). Required only for write actions; read-only tools work without it.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry