SAP-Claude Integration via MCP (Model Context Protocol)
@CostingGeek
关于 SAP-Claude Integration via MCP (Model Context Protocol)
An MCP server to retrieve information like Sales Orders from the SAP Graph API Sandbox
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"sap-mcp": {
"command": "uv",
"args": [
"init",
"saptools"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
AI 与智能体 分类下的更多 MCP 服务器
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
评论