Stats
Actions
Tags
Custom MCP server for Bethesda Game Studios modding tools, providing capabilities related to mod creation and asset management. Runs locally via Node.js.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"bgs_kb": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/plugins/bgs-modding-superpowers/tools/bgs-kb-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