cdata-jdbc-mcp-server

CDataSoftware/cdata-jdbc-mcp-server
★ 4 stars Java 🤖 AI/LLM Updated 2mo ago
This read-only MCP Server allows you to connect to external data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cdata-jdbc-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "CDataSoftware/cdata-jdbc-mcp-server"
      ]
    }
  }
}