Airtable MCP Server by CData
@CDataSoftware
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
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\airtable.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Awesome Mlops
visengerA curated list of references for MLOps
ICSS
chokcoco不止于 CSS
コメント