CuratedMCP
πŸ€–
Claude Desktop
Free

How to Install Oracle Cloud MCP in Claude Desktop

Official Oracle Cloud integration β€” manage compute, storage, databases, and security from AI

What Oracle Cloud MCP does

The official Oracle Cloud MCP server gives AI agents access to Oracle Cloud Infrastructure. It can manage compute instances, storage, databases, networking, and identity resources. Features: - Provision compute instances and shapes - Manage Object Storage buckets and objects - Query Autonomous Database and DB systems - Inspect VCN networking and firewall rules - Manage IAM policies and users - Access audit logs and security reports Oracle Cloud MCP is designed for enterprise teams using OCI who want AI to automate cloud operations.

oracle
oci
cloud
infrastructure
database

Installation steps

  1. 1Copy the config below
  2. 2Open claude_desktop_config.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Claude Desktop

Configuration

File location: ~/Library/Application Support/Claude/claude_desktop_config.json

claude_desktop_config.jsonjson
{
  "oracleCloudMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@oracle/mcp"
    ],
    "env": {
      "ORACLE_TENANT_ID": "...",
      "ORACLE_USER_ID": "...",
      "ORACLE_FINGERPRINT": "...",
      "ORACLE_KEY_FILE": "~/.oci/oci_api_key.pem"
    }
  }
}
Full server details GitHub Open Config Editor

Install in other clients

For maintainers

If you maintain Oracle Cloud MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/oracle-cloud-mcp)](https://curatedmcp.com/marketplace/oracle-cloud-mcp)

Related servers