From xclaude-plugin
Runs locally as a Node.js stdio MCP server (xc-interact). Purpose and capabilities unclear from key, command, and XC_LOG_LEVEL env var alone.
npx claudepluginhub conorluddy/xclaude-plugin --plugin xclaude-pluginAdd to your .mcp.json:
{
"mcpServers": {
"xc-interact": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp-servers/xc-interact/dist/index.js"
],
"env": {
"XC_LOG_LEVEL": "info"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeXC_LOG_LEVEL=info