MCP server for securely connecting AI assistants with SAP BTP APIs, built using the OData MCP Proxy.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"my-sap-mcp-server": {
"command": "npx",
"args": [
"-y",
"jmohammadumair/MY-SAP-MCP-SERVER"
]
}
}
}
Run in terminal:
claude mcp add my-sap-mcp-server npx -y jmohammadumair/MY-SAP-MCP-SERVER
Add to .cursor/mcp.json:
{
"mcpServers": {
"my-sap-mcp-server": {
"command": "npx",
"args": [
"-y",
"jmohammadumair/MY-SAP-MCP-SERVER"
]
}
}
}