modrinth mcp for VS Code
io.github.mrfentmen/modrinth-mcp
Use this MCP server to Modrinth, search Minecraft mods, filter by loader and game version,...
client:VS Code
transport:stdio
runtime:npm
Install modrinth mcp in VS Code
.vscode/mcp.json
{
"servers": {
"modrinth-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mrfentmen/modrinth-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs