Stats
Actions
Tags
Runs locally as an MCP server for xEdit, providing tools to query, edit, and manage Bethesda game mod files (e.g., Skyrim, Fallout). Integrates with the modding superpowers plugin suite.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"xedit": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/plugins/bgs-modding-superpowers/tools/xedit-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