Connect to Airtable bases. Query tables, create and update records, and integrate spreadsheet-like data with Claude.
MCP (Model Context Protocol) servers extend Claude's capabilities with external tools and data sources. They provide access to databases, APIs, file systems, and more. Configure MCP servers in .mcp.json or add them via `claude mcp add` command.
Setup: 1. Create a personal access token at https://airtable.com/create/tokens 2. Add scopes: data.records:read, data.records:write, schema.bases:read CLI Command: AIRTABLE_API_KEY=pat... claude mcp add airtable -- npx -y mcp-server-airtable Features: - Query and filter records - Create and update entries - Access base schemas - Work with attachments
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["-y", "mcp-server-airtable"],
"env": {
"AIRTABLE_API_KEY": "pat..."
}
}
}
}Access Google Drive files and folders. Search, read, and organize documents, spreadsheets, and other files stored in Drive.