airtable-mcp-server
The Airtable MCP Server provides access to Airtable databases, allowing operations like reading, writing, and schema inspection. It supports various table and record management functionalities to integrate Airtable into different applications.
What is the purpose of the Airtable MCP Server?
The Airtable MCP Server provides a structured interface for accessing and manipulating Airtable databases, enabling applications to perform read and write operations on Airtable data.
How do I configure the server for use with the Claude Desktop app?
You can configure the server by adding the appropriate JSON configuration to the 'mcpServers' section of your 'claude_desktop_config.json' file, including your Airtable API key.
What permissions are required for the Airtable API key?
The API key should have at least 'schema.bases:read' and 'data.records:read' permissions, with additional write permissions if needed.
Can I use the server to create new tables and fields in Airtable?
Yes, the server provides tools for creating new tables and fields, as well as updating existing ones.
Is the server compatible with other platforms besides Claude Desktop?
While the provided example is for Claude Desktop, the server can be integrated with other platforms that support JSON configuration and Node.js.