sap-mcp

sap-mcp

0

This project provides a seamless integration between Claude AI and SAP systems using the Model Context Protocol (MCP), enabling real-time business data processing and retrieval. It supports communication between SAP and Claude through the SAP Graph API, offering flexibility to incorporate various SAP entities.

SAP-Claude Integration via MCP

Connect Claude AI capabilities directly to your SAP systems through a seamless MCP integration

This repository contains a Python-based solution that enables bidirectional communication between Claude (Anthropic's large language model) and SAP systems via the SAP Graph API. By leveraging the Model Context Protocol (MCP), this integration allows Claude to retrieve and process SAP business data in real-time.

Features

  • Connect Claude to SAP systems with minimal setup
  • Retrieve real-time sales order data from SAP via Graph API
  • Extend the integration with additional SAP entities (Customers, Products, etc.)
  • Process SAP data with the full capabilities of Claude's LLM

Prerequisites

  • Python 3.8+
  • SAP API key (sandbox or production)
  • Claude Desktop
  • Basic understanding of MCP and SAP Graph API

Reference Documentation