{"type":"mcp_server","name":"airtable-mcp-server","description":"This repository provides an Model Context Protocol server for Airtable, enabling Large Language Models to read and write Airtable database records and schemas. It allows LLMs to interact with Airtable data.","category":"Database","language":"TypeScript","stars":453,"forks":20,"owner":"domdomegg","github_url":"https://github.com/domdomegg/airtable-mcp-server","homepage":"https://www.npmjs.com/package/airtable-mcp-server","setup":"## Setup\nTo use this server with the Claude Desktop app, add the following configuration to the \"mcpServers\" section of your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"airtable\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"airtable-mcp-server\"\n      ],\n      \"env\": {\n        \"AIRTABLE_API_KEY\": \"pat123.abc123\"\n      }\n    }\n  }\n}\n```\n\nReplace `pat123.abc123` with your [Airtable personal access token](https://airtable.com/create/tokens); your token should have at least `schema.bases:read` and `data.records:read`, and optionally the corresponding write permissions.","tools":"## Available Tools\n\n1.  **list_records** (Lists records from a specified Airtable table)\n2.  **search_records** (Search for records containing specific text)\n3.  **list_bases** (Lists all accessible Airtable bases)\n4.  **list_tables** (Lists all tables in a specific base)\n5.  **describe_table** (Gets detailed information about a specific table)\n6.  **get_record** (Gets a specific record by ID)\n7.  **create_record** (Creates a new record in a table)\n8.  **update_records** (Updates one or more records in a table)\n9.  **delete_records** (Deletes one or more records from a table)\n10. **create_table** (Creates a new table in a base)\n11. **update_table** (Updates a table's name or description)\n12. **create_field** (Creates a new field in a table)\n13. **update_field** (Updates a field's name or description)","faq":null,"created_at":"2024-12-12T17:16:40+00:00","updated_at":"2025-03-26T14:36:49+00:00","source_url":"https://model-context-protocol.com/servers/airtable-llm-model-context-protocol-server","related_articles":[]}