MCP server for Oracle databases — thin mode, no Instant Client required. Query Oracle via Claude Desktop with zero native driver setup.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-oracle": {
"command": "uvx",
"args": [
"mcp-oracle"
]
}
}
}
Run in terminal:
claude mcp add mcp-oracle uvx mcp-oracle
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-oracle": {
"command": "uvx",
"args": [
"mcp-oracle"
]
}
}
}
Or install with pip: pip install mcp-oracle
README Excerpt
Oracle database MCP server using `python-oracledb` in thin mode — no Oracle Instant Client required. No manual installation needed. Run directly with: ```bash uvx mcp-oracle ``` Add to your `claude_desktop_config.json`: ```json { "mcpServers": { "oracle": { "command": "uvx", "args": ["mcp-oracle"], "env": {
Tools (7)
ORACLE_DSNORACLE_PASSWORDORACLE_POOL_MAXORACLE_POOL_MINORACLE_QUERY_ROW_LIMITORACLE_QUERY_TIMEOUT_SECONDSORACLE_USER
Topics
ai-toolsclaudedatabasellmmcporaclepython