Monorepo for SAP MCP servers (API Hub, Road Map Explorer, SAP Notes) and their shared SAP authentication module — npm workspaces.
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-servers": {
"command": "npx",
"args": [
"-y",
"marianfoo/sap-mcp-servers"
]
}
}
}
Run in terminal:
claude mcp add sap-mcp-servers npx -y marianfoo/sap-mcp-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"sap-mcp-servers": {
"command": "npx",
"args": [
"-y",
"marianfoo/sap-mcp-servers"
]
}
}
}