The oracle MCP server connects AI agents to Oracle databases. It provides tools for querying, updating, and managing data with schema context. It integrates directly with Oracle's SQL and PL/SQL APIs. Developers use it to build AI-driven database management tools, automate data workflows, and generate insights from large Oracle datasets.
The oracle MCP server connects AI agents to Oracle databases. It provides tools for querying, updating, and managing data with schema context. It integrates directly with Oracle's SQL and PL/SQL APIs. Developers use it to build AI-driven database management tools, automate data workflows, and generate insights from large Oracle datasets.
pip install oracle-mcp-serverAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"danielmeppiel-oracle-mcp-server-github": {
"command": "uvx",
"args": [
"pip install oracle-mcp-server"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from oracle?"
API Key Required
This server requires an API key from oracle. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ORACLE_API_KEY | Yes | Your oracle API key |
"What resources are available in oracle?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in oracle"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in oracle with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.