CSV Files MCP Server by CData
@CDataSoftware
关于 CSV Files 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 CSV Files (beta)](https://www.cdata.com/download/download.aspx?sku=RVZK-V&type=beta).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\csv-files.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is CSV Files MCP Server by CData?
A read-only MCP (Model Context Protocol) server that lets LLMs like Claude Desktop query live CSV files using natural language. It wraps the CData JDBC Driver for CSV Files, exposing local CSV data as relational SQL tables without requiring SQL knowledge from the user.
How to use CSV Files MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for CSV Files, and create a .prp configuration file with the JDBC connection string. Then configure your MCP client (e.g., Claude Desktop) to launch the server with java -jar CDataMCP-jar-with-dependencies.jar <path-to>.prp. The server uses the stdio transport and runs locally.
Key features of CSV Files MCP Server by CData
- Read-only MCP server for querying CSV data.
- Exposes CSV files as relational SQL models.
- Supports natural language queries via MCP interface.
- Built-in tools: get_tables, get_columns, run_query.
- Requires CData JDBC Driver for CSV Files.
- Uses stdio transport for local client communication.
Use cases of CSV Files MCP Server by CData
- Ask an LLM to summarize sales figures from CSV invoices.
- Query CSV log files for trends and anomalies.
- Retrieve filtered records from CSV datasets without writing SQL.
- Analyze relationships across multiple CSV tables through natural language.
FAQ from CSV Files MCP Server by CData
Is this server read-only?
Yes, it is a read-only MCP server. For full read, write, update, and delete capabilities, use CData’s free MCP Server for CSV Files (beta).
What transport does the server use?
It uses stdio, so the server must run on the same machine as the MCP client (e.g., Claude Desktop).
What are the runtime requirements?
Java (to run the JAR), Maven (to build from source), and the CData JDBC Driver for CSV Files (requires a free trial or license key).
How do I configure the connection?
Create a .prp file with properties such as JdbcUrl, DriverPath, DriverClass, and Tables. Use the connection string builder provided by the JDBC driver to generate the correct URL.
What
数据与分析 分类下的更多 MCP 服务器
mcp-server-apache-airflow
yangkyeongmoFederal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
MCP Deep Web Research Server (v0.3.0)
qpd-vEnhanced MCP server for deep web research
HubSpot MCP Server
baryhuangA Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
评论