← Back to browse

HCM MCP Server for Oracle Fusion Cloud (unofficial)

Indexed by io.github.mohantyajitesh

About

Open-source, write-capable MCP server for Oracle Fusion HCM. Safe by default. Unofficial.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsHCM_BASE_URL HCM_USERNAME HCM_PASSWORD CONFIG_FILE
Claude Code
claude mcp add --env HCM_BASE_URL= --env HCM_USERNAME= --env HCM_PASSWORD= --env CONFIG_FILE= fusion-hcm-mcp-server -- uvx fusion-hcm-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"fusion-hcm-mcp-server","command":"uvx","args":["fusion-hcm-mcp-server"],"env":{"HCM_BASE_URL":"","HCM_USERNAME":"","HCM_PASSWORD":"","CONFIG_FILE":""}}'
JSON
{
  "mcpServers": {
    "fusion-hcm-mcp-server": {
      "command": "uvx",
      "args": [
        "fusion-hcm-mcp-server"
      ],
      "env": {
        "HCM_BASE_URL": "",
        "HCM_USERNAME": "",
        "HCM_PASSWORD": "",
        "CONFIG_FILE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.