Enables querying of live Azure Table data from Claude Desktop using CData JDBC drivers through a Model Context Protocol (MCP) interface.
This read-only MCP server allows Large Language Models (LLMs) like Claude Desktop to query live Azure Table data. It leverages the CData JDBC Driver for Azure Table to expose the data as relational SQL models, wrapping the driver with a simple MCP interface. This enables users to retrieve information by asking natural language questions, eliminating the need for SQL queries.
Key Features
01Read-only access to Azure Table data.
02Uses CData JDBC Driver for Azure Table.
03Supports natural language queries for data retrieval.
040 GitHub stars
05Exposes Azure Table data as relational SQL models.
06Provides a simple MCP interface for LLMs.
Use Cases
01Retrieving live information from Azure Table using an MCP interface.
02Querying Azure Table data with natural language through Claude Desktop.
03Integrating Azure Table data with LLMs without requiring SQL knowledge.