Independent open-source MCP server for SAP (ABAP / BTP) — public preparation (private until release-ready)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sap-mcp-server": {
"command": "npx",
"args": [
"-y",
"HUGO-Domon/sap-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add sap-mcp-server npx -y HUGO-Domon/sap-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"sap-mcp-server": {
"command": "npx",
"args": [
"-y",
"HUGO-Domon/sap-mcp-server"
]
}
}
}