xml-documents-mcp-server-by-cdata

CDataSoftware/xml-documents-mcp-server-by-cdata
★ 2 stars Java 🤖 AI/LLM Updated 24d ago
This read-only MCP Server allows you to connect to XML Documents data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out our MCP Server for XML Documents (https://www.cdata.com/drivers/xml/download/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": {
    "xml-documents-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "CDataSoftware/xml-documents-mcp-server-by-cdata"
      ]
    }
  }
}