SAP-Claude Integration via MCP (Model Context Protocol)
@CostingGeek
About SAP-Claude Integration via MCP (Model Context Protocol)
An MCP server to retrieve information like Sales Orders from the SAP Graph API Sandbox
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"sap-mcp": {
"command": "uv",
"args": [
"init",
"saptools"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is SAP-Claude Integration via MCP (Model Context Protocol)?
SAP-Claude Integration via MCP is a Python-based solution that enables bidirectional communication between Claude (Anthropic’s large language model) and SAP systems through the SAP Graph API. It allows Claude to retrieve and process real-time SAP business data using the Model Context Protocol.
How to use SAP-Claude Integration via MCP (Model Context Protocol)?
Install Python 3.8+, set up uv and a Python virtual environment, then clone the provided saptools.py file. Configure Claude Desktop by editing claude_desktop_config.json with the correct path to the server folder and restart Claude. Once connected, you can ask Claude prompts like “Give me the last 10 sales orders” or “What is the average amount of the last 5 sales orders?”
Key features of SAP-Claude Integration via MCP (Model Context Protocol)
- Connect Claude to SAP systems with minimal setup.
- Retrieve real-time sales order data via SAP Graph API.
- Extend the integration with additional SAP entities (Customers, Products, etc.).
- Process SAP data with Claude’s full LLM capabilities.
- Uses FastMCP to expose SAP functionality as tools.
- Currently provides the
get_sales_orderstool.
Use cases of SAP-Claude Integration via MCP (Model Context Protocol)
- Query real-time sales orders using natural language.
- Analyze sales data, such as calculating average order amounts.
- Extend to retrieve customer, product, or other SAP entity data.
- Integrate AI-driven insights into SAP business workflows.
FAQ from SAP-Claude Integration via MCP (Model Context Protocol)
What are the prerequisites to run this integration?
Python 3.8+, a SAP API key (sandbox or production), Claude Desktop, and a basic understanding of MCP and the SAP Graph API.
How do I obtain a SAP API key?
Log into the SAP Graph Navigator, go to your profile settings under Settings > API Settings, and save the API key as a system environment variable named SAP_API_KEY.
What tools are currently available?
The integration currently provides one tool: get_sales_orders. It retrieves sales orders from the SAP Graph API sandbox, with an optional top parameter (default 3) and an optional api_key parameter.
How do I connect Claude Desktop to the MCP server?
Edit the claude_desktop_config.json file (usually in %APPDATA%\Claude) to add the server configuration with uv run command pointing to your saptools.py file. Then completely close and restart Claude Desktop.
Is this integration production-ready?
No, the current version is a proof-of-concept limited to the get_sales_orders tool, with plans to support more complex interactions like querying orders for a specific customer.
More AI & Agents MCP servers
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
1Panel
1Panel-dev🔥 1Panel is a modern, open-source VPS control panel — and the only one with native AI agent support. Run Ollama models, deploy OpenClaw agents, and manage your entire server stack from one clean web interface.
Comments