CSV/TSV Files MCP Server by CData
About
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/TSV Files (beta)](https://www.cdata.com/download/download.aspx?sku=RVZK-V&type=beta).
Details
- Author
- CDataSoftware
- Downloads
- 123
- Categories
- Search
Jump to
- Read-only access to CSV and TSV files
- Implements the Model Context Protocol (MCP)
- No write, update, delete, or action capabilities
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
CSV/TSV Files MCP Server by CDataCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
The README does not include installation, configuration, or invocation instructions. For full read/write capabilities and a simplified setup, the user is directed to the free CData MCP Server for CSV/TSV Files (beta).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"csv/tsv files mcp server by cdata": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\csv.prp"
]
}
}
}
}
McpServers
{
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\csv.prp"
]
}
}
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/TSV Files (beta).
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

