sap-mcp-server

Volshin/sap-mcp-server
★ 0 stars Python AI/LLM Updated today
MCP server exposing SAP APIs to LLM agents
View on GitHub → 🔍 Audit Wallet Slippage →

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": "uvx",
      "args": [
        "sap-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install sap-mcp-server

README Excerpt

Prototype MCP (Model Context Protocol) server that exposes SAP OData APIs as tools for LLM agents, allowing Claude to query and search SAP business partner data through natural language. - Connects to a SAP system via OData API (`A_BusinessPartner` entity set) - Exposes two MCP tools: `get_business_partners` (list partners) and `search_partner` (lookup by ID)