Custom-MCP-Server---SuccessFactors

babarbashir/Custom-MCP-Server---SuccessFactors
★ 0 stars Python 🤖 AI/LLM Updated today
A custom MCP server for SAP SuccessFactors which can be setup locally, connects AI tools like Claude and ChatGPT for natural language analysis of SuccessFactors data
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "custom-mcp-server---": {
      "command": "uvx",
      "args": [
        "custom-mcp-server---successfactors"
      ]
    }
  }
}

Or install with pip: pip install custom-mcp-server---successfactors