xBase MCP Server by CData
@CDataSoftware
About xBase 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 xBase (beta): https://www.cdata.com/download/download.aspx?sku=BXZK-V&type=beta
Basic information
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\\xbase.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 xBase MCP Server by CData?
xBase MCP Server by CData is a read-only Model Context Protocol server that enables large language models (like Claude Desktop) to query live xBase data using natural language. It wraps the CData JDBC Driver for xBase, exposing xBase tables and columns as SQL models through an MCP interface.
How to use xBase MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for xBase, create a .prp file with connection properties (Prefix, ServerName, DriverPath, DriverClass, JdbcUrl, Tables), then configure a client like Claude Desktop to run java -jar CDataMCP-jar-with-dependencies.jar <path-to>.prp. The server communicates via stdio and must run on the same machine as the client.
Key features of xBase MCP Server by CData
- Read-only access to live xBase data
- Natural language querying via LLMs
- Uses the CData JDBC Driver for xBase
- Provides tools: get_tables, get_columns, run_query
- Simple setup with a properties file
- MIT licensed
Use cases of xBase MCP Server by CData
- Query xBase databases using natural language in Claude Desktop
- Retrieve table and column metadata from xBase data sources
- Analyze xBase data without writing SQL
FAQ from xBase MCP Server by CData
Is this MCP server read-only? Can I perform write operations?
Yes, this server is read-only. For full read, write, update, delete, and action capabilities, CData offers a separate free beta MCP Server for xBase (linked in the README).
What runtime dependencies are required?
You need Java, Maven (to build), and the CData JDBC Driver for xBase (must be installed and licensed). The driver JAR path is specified in the .prp file.
What transport does the server use?
The server uses stdio transport, so it can only be used with clients running on the same machine as the server.
How do I configure the connection to xBase?
Create a .prp file with properties: Prefix, ServerName, ServerVersion, DriverPath (full path to cdata.jdbc.xbase.jar), DriverClass (cdata.jdbc.xbase.xBaseDriver), JdbcUrl (generated using the driver's connection string utility), and Tables (leave blank for all tables).
Where can I get support and what is the license?
For connection issues, contact CData Support. For server issues, join the CData Community. This server is licensed under MIT.
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments