Airtable MCP Server by CData
@CDataSoftware
About Airtable 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 Airtable (beta): https://www.cdata.com/download/download.aspx?sku=JAZK-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\\airtable.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 Airtable MCP Server by CData?
A read-only MCP server that enables LLMs (such as Claude Desktop) to query live Airtable data using natural language. It wraps the CData JDBC Driver for Airtable, which exposes Airtable bases as relational SQL models, so no SQL knowledge is required from the user.
How to use Airtable MCP Server by CData?
Clone the repository, build with Maven (mvn clean install), install and license the CData JDBC Driver for Airtable, create a .prp file with connection details, then configure the client (e.g., Claude Desktop) to launch the JAR with the .prp file. The server runs via stdio.
Key features of Airtable MCP Server by CData
- Read‑only access to Airtable data for LLMs
- Powered by the CData JDBC Driver for Airtable
- Natural language querying – no SQL required
- Tools for listing tables, columns, and running SELECT queries
- Works with any MCP‑compatible client (e.g., Claude Desktop)
- MIT licensed (JDBC driver requires separate licensing)
Use cases of Airtable MCP Server by CData
- Ask an LLM “What are my top customers and their contact info?” from Airtable
- Analyze correlations between Airtable fields (e.g., opportunity stage vs. industry)
- Retrieve live calendar events or ticket counts without writing SQL
- Integrate Airtable data into AI‑powered conversational assistants
FAQ from Airtable MCP Server by CData
Is this server read‑only?
Yes. The project explicitly builds a read‑only MCP server. For full CRUD operations, CData offers a separate beta MCP Server.
What runtime dependencies are required?
Java (JDK), Maven, and the CData JDBC Driver for Airtable (which must be licensed, either with a trial or a purchased key).
What transport protocol does it use?
The server communicates over stdio only, so it must run on the same machine as the MCP client.
How do I configure the connection?
Create a .prp file containing the JDBC connection string (built via the driver’s GUI), the driver path, and a prefix/server name. Then point the client’s config file to the JAR and .prp file.
What tools does the server expose?
Three tools: {prefix}_get_tables, {prefix}_get_columns, and {prefix}_run_query (SELECT only). Output is in CSV format.
Frequently asked questions
Is this server read‑only?
Yes. The project explicitly builds a read‑only MCP server. For full CRUD operations, CData offers a separate beta MCP Server.
What runtime dependencies are required?
Java (JDK), Maven, and the CData JDBC Driver for Airtable (which must be licensed, either with a trial or a purchased key).
What transport protocol does it use?
The server communicates over `stdio` only, so it must run on the same machine as the MCP client.
How do I configure the connection?
Create a `.prp` file containing the JDBC connection string (built via the driver’s GUI), the driver path, and a prefix/server name. Then point the client’s config file to the JAR and `.prp` file.
What tools does the server expose?
Three tools: `{prefix}_get_tables`, `{prefix}_get_columns`, and `{prefix}_run_query` (SELECT only). Output is in CSV format.
Basic information
More Other MCP servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
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.
Comments