The Oracle Database Integration for Claude via MCP Server is a Model Context Protocol (MCP) server designed to enable seamless access to Oracle databases within the Claude Desktop application. This integration allows users to query and interact with Oracle databases directly from Claude, enhancing its capabilities for data-driven tasks.
To get started, add the following configuration to your Claude Desktop app:
{
"mcpServers": {
"mcp-server-oracle": {
"command": "uvx",
"args": ["mcp-server-oracle"],
"env": {
"ORACLE_CONNECTION_STRING": "username/password@hostname:password/service_name"
}
}
}
}
Add the server configuration to your Claude Desktop config file:
~/Library/Application\ Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
A demo video (mpc-server-oracle.mp4
) is available to showcase the integration in action.
This project is licensed under the MIT License. See the LICENSE file for details.
The Oracle Database Integration for Claude via MCP Server is a tool designed to bridge the gap between Claude and Oracle databases, enabling powerful data querying and manipulation capabilities.