From sc4sap
Local stdio MCP server for SAP, running as a Node.js bridge subprocess from CLAUDE_PLUGIN_ROOT. Supports autobuild via SC4SAP_MCP_AUTOBUILD env var. Capabilities unclear from config.
npx claudepluginhub babamba2/superclaude-for-sap --plugin sc4sapAdd to your .mcp.json:
{
"mcpServers": {
"sap": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/bridge/mcp-server.cjs"
],
"env": {
"CLAUDE_PLUGIN_ROOT": "${CLAUDE_PLUGIN_ROOT}",
"SC4SAP_MCP_AUTOBUILD": "1"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
nodeCLAUDE_PLUGIN_ROOT=${CLAUDE_PLUGIN_ROOT}SC4SAP_MCP_AUTOBUILD=1