SAP BDC
MCP server for SAP Business Data Cloud (BDC) integration - 7 tools for Delta Sharing, data product publishing, validation, and orchestration
What is SAP BDC?
SAP BDC is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp server for sap business data cloud (bdc) integration - 7 tools for delta sharing, data product publishing, validation, and orchestration
MCP server for SAP Business Data Cloud (BDC) integration - 7 tools for Delta Sharing, data product publishing, validation, and orchestration
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP server for SAP Business Data Cloud (BDC) integration - 7
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx sap-bdcConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use SAP BDC
The SAP Business Data Cloud (BDC) MCP Server bridges Databricks-hosted data assets with AI assistants through 7 purpose-built tools covering Delta Sharing, data product publishing, Common Semantic Notation (CSN) generation, and end-to-end share orchestration. It connects to your Databricks workspace via a personal access token and a recipient name, allowing Claude or any MCP client to create or update shares, validate share readiness, publish data products, and generate CSN templates from existing Databricks shares — all without writing Python or SQL manually.
Prerequisites
- Python 3.9+ installed on the host machine
- A Databricks workspace with Delta Sharing enabled
- A Databricks personal access token with appropriate permissions
- A Databricks recipient name configured for Delta Sharing
- Claude Desktop or another MCP-compatible AI client
Install the package from PyPI
Install the SAP BDC MCP Server using pip. This pulls in all required dependencies including the Databricks SDK and MCP framework.
pip install sap-bdc-mcp-serverCreate a .env file with your Databricks credentials
The server requires four environment variables to connect to your Databricks workspace. Create a .env file in your working directory.
DATABRICKS_RECIPIENT_NAME=your_recipient_name
DATABRICKS_HOST=https://your-workspace.cloud.databricks.com
DATABRICKS_TOKEN=your_databricks_personal_access_token
LOG_LEVEL=INFOVerify the server starts correctly
Run the server manually to confirm credentials are valid and the Databricks connection succeeds before wiring it into your AI client.
python -m sap_bdc_mcp.server
# or use the installed CLI entry point
sap-bdc-mcpAdd the server to Claude Desktop configuration
Open claude_desktop_config.json and add the sap-bdc entry. Pass credentials as environment variables so they are available to the subprocess.
{
"mcpServers": {
"sap-bdc": {
"command": "python",
"args": ["-m", "sap_bdc_mcp.server"],
"env": {
"DATABRICKS_RECIPIENT_NAME": "your_recipient_name",
"DATABRICKS_HOST": "https://your-workspace.cloud.databricks.com",
"DATABRICKS_TOKEN": "your_databricks_personal_access_token",
"LOG_LEVEL": "INFO"
}
}
}
}Restart Claude Desktop and test the connection
Restart Claude Desktop to load the new server. Then ask Claude to list available shares or validate a share to confirm the BDC tools are reachable.
SAP BDC Examples
Client configuration
Claude Desktop configuration using the installed Python module as the server command.
{
"mcpServers": {
"sap-bdc": {
"command": "python",
"args": ["-m", "sap_bdc_mcp.server"],
"env": {
"DATABRICKS_RECIPIENT_NAME": "my_recipient",
"DATABRICKS_HOST": "https://adb-1234567890.azuredatabricks.net",
"DATABRICKS_TOKEN": "dapiXXXXXXXXXXXXXXXX",
"LOG_LEVEL": "INFO"
}
}
}
}Prompts to try
Use natural language to orchestrate Delta Sharing and data product workflows through Claude.
- "Create a share called customer_analytics that includes the table main.analytics.customers"
- "Validate whether the share named customer_data_share is ready for BDC registration"
- "Generate a CSN template from the existing Databricks share sales_data"
- "Publish the customer_analytics data product with version 1.0.0 and a description of our customer dataset"
- "Run a full end-to-end provision of the product_catalog share with ORD metadata"Troubleshooting SAP BDC
Authentication error connecting to Databricks
Verify DATABRICKS_HOST includes the full URL with https:// and no trailing slash. Confirm your DATABRICKS_TOKEN is a valid personal access token (starts with 'dapi') and has the required Delta Sharing permissions in your workspace.
Delta Sharing recipient not found
The DATABRICKS_RECIPIENT_NAME must exactly match a recipient configured in your Unity Catalog Delta Sharing settings. Run 'SHOW RECIPIENTS' in Databricks SQL to list valid recipient names.
Server not appearing in Claude Desktop
Ensure python is on the PATH that Claude Desktop uses. Try specifying the full path to the python executable (e.g., /usr/local/bin/python3) in the command field. Also confirm sap-bdc-mcp-server was installed in the same Python environment.
Frequently Asked Questions about SAP BDC
What is SAP BDC?
SAP BDC is a Model Context Protocol (MCP) server that mcp server for sap business data cloud (bdc) integration - 7 tools for delta sharing, data product publishing, validation, and orchestration It connects AI assistants to external tools and data sources through a standardized interface.
How do I install SAP BDC?
Follow the installation instructions on the SAP BDC GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with SAP BDC?
SAP BDC works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is SAP BDC free to use?
Yes, SAP BDC is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
SAP BDC Alternatives — Similar Business Applications Servers
Looking for alternatives to SAP BDC? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up SAP BDC in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use SAP BDC?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.