Skip to content
Zed

modrinth mcp for Zed

io.github.justinscott12/modrinth-mcp

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

client:Zed transport:stdio runtime:npm

Install modrinth mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "modrinth-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@justinscott12/modrinth-mcp"
      ],
      "env": {
        "MODRINTH_TOKEN": "<MODRINTH_TOKEN>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

modrinth mcp in other clients