HCM MCP Server for Oracle Fusion Cloud (unofficial)
Rank #17,448io.github.mohantyajitesh/fusion-hcm-mcp-server
Open-source, write-capable MCP server for Oracle Fusion HCM. Safe by default. Unofficial.
HCM MCP Server for Oracle Fusion Cloud (unofficial) is a Model Context Protocol (MCP) server published by mohantyajitesh. It ranks #17,448 of 132,046 servers tracked on MCP Toplist. HCM MCP Server for Oracle Fusion Cloud (unofficial) is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on Jun 30, 2026 and most recently updated on Jul 10, 2026.
Ranks ahead of 114,598 of 132,046 servers on MCP Toplist.
Use HCM MCP Server for Oracle Fusion Cloud (unofficial)
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add fusion-hcm-mcp-server -e "HCM_BASE_URL=<your HCM_BASE_URL>" -e "HCM_USERNAME=<your HCM_USERNAME>" -e "HCM_PASSWORD=<your HCM_PASSWORD>" -e "CONFIG_FILE=<your CONFIG_FILE>" -- uvx fusion-hcm-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.fusion-hcm-mcp-server]
command = "uvx"
args = ["fusion-hcm-mcp-server"]
[mcp_servers.fusion-hcm-mcp-server.env]
HCM_BASE_URL = "<your HCM_BASE_URL>"
HCM_USERNAME = "<your HCM_USERNAME>"
HCM_PASSWORD = "<your HCM_PASSWORD>"
CONFIG_FILE = "<your CONFIG_FILE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fusion-hcm-mcp-server": {
"command": "uvx",
"args": [
"fusion-hcm-mcp-server"
],
"env": {
"HCM_BASE_URL": "<your HCM_BASE_URL>",
"HCM_USERNAME": "<your HCM_USERNAME>",
"HCM_PASSWORD": "<your HCM_PASSWORD>",
"CONFIG_FILE": "<your CONFIG_FILE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fusion-hcm-mcp-server": {
"command": "uvx",
"args": [
"fusion-hcm-mcp-server"
],
"env": {
"HCM_BASE_URL": "<your HCM_BASE_URL>",
"HCM_USERNAME": "<your HCM_USERNAME>",
"HCM_PASSWORD": "<your HCM_PASSWORD>",
"CONFIG_FILE": "<your CONFIG_FILE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"fusion-hcm-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"fusion-hcm-mcp-server"
],
"env": {
"HCM_BASE_URL": "<your HCM_BASE_URL>",
"HCM_USERNAME": "<your HCM_USERNAME>",
"HCM_PASSWORD": "<your HCM_PASSWORD>",
"CONFIG_FILE": "<your CONFIG_FILE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fusion-hcm-mcp-server": {
"command": "uvx",
"args": [
"fusion-hcm-mcp-server"
],
"env": {
"HCM_BASE_URL": "<your HCM_BASE_URL>",
"HCM_USERNAME": "<your HCM_USERNAME>",
"HCM_PASSWORD": "<your HCM_PASSWORD>",
"CONFIG_FILE": "<your CONFIG_FILE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"fusion-hcm-mcp-server": {
"command": "uvx",
"args": [
"fusion-hcm-mcp-server"
],
"env": {
"HCM_BASE_URL": "<your HCM_BASE_URL>",
"HCM_USERNAME": "<your HCM_USERNAME>",
"HCM_PASSWORD": "<your HCM_PASSWORD>",
"CONFIG_FILE": "<your CONFIG_FILE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mohantyajitesh%2Ffusion-hcm-mcp-server)<a href="https://mcptoplist.com/server/io.github.mohantyajitesh%2Ffusion-hcm-mcp-server"><img src="https://mcptoplist.com/badge/io.github.mohantyajitesh%2Ffusion-hcm-mcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
mohantyajitesh
Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jul 10, 2026 |
Frequently asked questions
- Who maintains HCM MCP Server for Oracle Fusion Cloud (unofficial)?
- HCM MCP Server for Oracle Fusion Cloud (unofficial) is maintained by mohantyajitesh, which publishes 1 MCP server (1 total version) tracked on MCP Toplist.
- Is HCM MCP Server for Oracle Fusion Cloud (unofficial) listed on the Official MCP Registry?
- Yes — HCM MCP Server for Oracle Fusion Cloud (unofficial) is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does HCM MCP Server for Oracle Fusion Cloud (unofficial) have?
- MCP Toplist tracks 1 version of HCM MCP Server for Oracle Fusion Cloud (unofficial), most recently published on Jul 10, 2026.
- Where can I find the source code for HCM MCP Server for Oracle Fusion Cloud (unofficial)?
- The source code for HCM MCP Server for Oracle Fusion Cloud (unofficial) is hosted at github.com/mohantyajitesh/fusion-hcm-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.