SAP SuccessFactors MCP Server by CData
@CDataSoftware
关于 SAP SuccessFactors MCP Server by CData
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).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\sap-successfactors.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
评论