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 Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント