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
{
"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