Avro MCP Server by CData
@CDataSoftware
About Avro MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Avro (beta): https://www.cdata.com/download/download.aspx?sku=JNZK-V&type=beta
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\avro.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Avro MCP Server by CData?
Avro MCP Server by CData is a read-only Model Context Protocol (MCP) server that enables large language models (LLMs) such as Claude Desktop to query live Avro data using natural language. It wraps the CData JDBC Driver for Avro, which exposes Avro files as relational SQL models, so no SQL knowledge is required from the user.
How to use Avro MCP Server by CData?
Clone the repository, build with Maven (mvn clean install), then install and license the CData JDBC Driver for Avro. Create a .prp property file with your connection settings (including DriverPath, DriverClass, and JdbcUrl). Configure Claude Desktop by adding the server to claude_desktop_config.json or run the server standalone with java -jar PATH/TO/CDataMCP-jar-with-dependencies.jar PATH/TO/avro.prp. The server exposes tools for listing tables, columns, and executing SQL SELECT queries.
Key features of Avro MCP Server by CData
- Read-only MCP server for Avro data
- Uses the CData JDBC Driver for Avro
- Exposes Avro files as relational SQL tables
- Natural language querying via LLM clients
- Tools:
get_tables,get_columns,run_query - Uses
stdiotransport for local clients
Use cases of Avro MCP Server by CData
- Query Avro data with natural language from Claude Desktop
- Retrieve live information from Avro files without writing SQL
- Integrate Avro data into AI-powered analytics workflows
- Explore Avro schemas and data interactively via MCP tools
FAQ from Avro MCP Server by CData
What transport does the server use?
The server uses stdio transport, so it can only be used with clients that run on the same machine as the server.
Is the server read-only?
Yes, this project builds a read‑only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate beta MCP Server for Avro.
What dependencies are required?
Java, Maven, and the CData JDBC Driver for Avro (which must be downloaded, installed, and licensed separately).
How do I configure the connection?
Create a .prp file with properties such as Prefix, ServerName, DriverPath, DriverClass, and JdbcUrl. Use the JDBC connection string utility to test and obtain the correct JdbcUrl.
Where can I get support?
Contact the CData Support Team for connection issues. For MCP server feedback, join the CData Community.
Frequently asked questions
What transport does the server use?
The server uses `stdio` transport, so it can only be used with clients that run on the same machine as the server.
Is the server read-only?
Yes, this project builds a read‑only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate beta MCP Server for Avro.
What dependencies are required?
Java, Maven, and the CData JDBC Driver for Avro (which must be downloaded, installed, and licensed separately).
How do I configure the connection?
Create a `.prp` file with properties such as `Prefix`, `ServerName`, `DriverPath`, `DriverClass`, and `JdbcUrl`. Use the JDBC connection string utility to test and obtain the correct `JdbcUrl`.
Where can I get support?
Contact the CData Support Team for connection issues. For MCP server feedback, join the CData Community.
Basic information
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments