Skip to content
Cursor

modrinth mcp for Cursor

io.github.justinscott12/modrinth-mcp

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

client:Cursor transport:stdio runtime:npm

Install modrinth mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

modrinth mcp in other clients