Stats
Actions
Tags
Provides MCP server functionality for Mod Organizer 2 modding tools for Bethesda games. Runs locally to assist with mod management and modding workflows.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"mo2": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/plugins/bgs-modding-superpowers/tools/mo2-mcp/dist/index.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub bb-84c/bgs-modding-superpowers --plugin bgs-modding-superpowers