★ 2 stars
JavaScript
🤖 AI/LLM
Updated 8d ago
Open-source MCP server connecting Claude AI to Oracle EPM Cloud via REST APIs. Run business rules, export data, and automate month-end close through natural language. Full tutorials and articles at fmepm.com. Built by Fred Mamadjanov, Oracle ACE.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"oracle-epm-mcp-serve": {
"command": "npx",
"args": [
"-y",
"fmepm/oracle-epm-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add oracle-epm-mcp-serve npx -y fmepm/oracle-epm-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"oracle-epm-mcp-serve": {
"command": "npx",
"args": [
"-y",
"fmepm/oracle-epm-mcp-server"
]
}
}
}
📋 Copy
Topics
ai-agent claude-ai epm-automate epm-operations epmcloud financial-planning fpa mcp-server model-context-protocol month-end-close oracle-cloud oracle-epm oracle-epm-cloud oracle-pbcs rest-api