sap-basis-mcp

tokiou/sap-basis-mcp
★ 0 stars Unknown language AI/LLM Updated 1mo ago
sap-ops-mcp is a Python-based Model Context Protocol (MCP) server that exposes SAP operational data—such as jobs, transports, dumps, and system health—as structured tools for AI agents. Built on top of SAP RFC, it provides real-time, meaningful insights instead of raw tables, enabling intelligent monitoring and interaction with SAP systems.
View on GitHub → Try with Claude — $10 free →

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-basis-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tokiou/sap-basis-mcp"
      ]
    }
  }
}