SAP SuccessFactors MCP Server by CData
@CDataSoftware
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free [CData MCP Server for SAP SuccessFactors (beta)](https://www.cdata.com/download/download.aspx?sku=GBZK-V&type=beta).
Overview
What is SAP SuccessFactors MCP Server by CData?
SAP SuccessFactors MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows LLMs like Claude Desktop to query live SAP SuccessFactors data using natural language. It wraps the CData JDBC Driver for SAP SuccessFactors, which exposes SAP SuccessFactors as relational SQL models.
How to use SAP SuccessFactors MCP Server by CData?
Clone the repository, build the server with mvn clean install, download and license the CData JDBC Driver for SAP SuccessFactors, and create a .prp file with connection details. Then add the server to Claude Desktop’s claude_desktop_config.json using the provided JSON format with the path to Java, the JAR, and the .prp file. Restart Claude Desktop to start querying data via natural language.
Key features of SAP SuccessFactors MCP Server by CData
- Read-only access to live SAP SuccessFactors data
- SQL-based queries via exposed relational tables
- Pre-built tools: get_tables, get_columns, run_query
- Natural language querying through LLM clients
- Uses stdio transport (same machine only)
Use cases of SAP SuccessFactors MCP Server by CData
- HR managers ask Claude Desktop about employee demographics
- Analysts query open positions and candidate pipelines
- Executives get live headcount and departmental summaries
- Support teams retrieve employee contact info without SQL
FAQ from SAP SuccessFactors MCP Server by CData
Is this MCP server read-only?
Yes. This server provides read-only access. For full create, read, update, delete, and action capabilities, CData offers a free beta MCP Server for SAP SuccessFactors with a simplified setup.
What are the system requirements?
You need Java, Maven, and the CData JDBC Driver for SAP SuccessFactors (downloaded and licensed separately). The server runs on Windows, Linux, or Mac.
How is authentication handled?
Authentication is configured via the JDBC connection string. The CData JDBC Driver supports OAuth, which may require browser-based authentication.
What transport does the server use?
The server uses the stdio transport, so it must run on the same machine as the LLM client (e.g., Claude Desktop).
Can I list which tables and columns are available?
Yes. The server exposes two tools: {servername}_get_tables and {servername}_get_columns to discover the data schema in CSV format.