MCP server for Airtable database integration, providing schema inspection and read/write capabilities via MCP protocol.
Loading more......
An MCP server integrating with Airtable to enable CRUD operations on records within code editors, showcasing a practical database MCP server implementation.
Provides read and write access to Airtable databases via an MCP server, offering a simple and effective database integration for MCP applications.
The official MCP bridge for Google BigQuery, enabling petabyte-scale analytics and integration with other MCP servers for advanced querying and automation.
A unified MCP server interface for connecting to multiple databases (SQLite, PostgreSQL, MySQL/MariaDB, SQL Server), supporting connection management, query execution, and schema manipulation.
A Model Context Protocol (MCP) implementation for connecting to and working with various database systems, serving as a versatile MCP server.
An MCP server that enables AI to interact with databases through DreamFactory's REST API, providing secure, structured access to schemas, data, and stored procedures without direct credential exposure. Specifically designed as an MCP server.
A Model Context Protocol (MCP) server that enables AI systems and other clients to interact with Airtable databases, providing schema inspection and read/write capabilities.
Source: GitHub Repository
list_records: List records from a specified table, with optional filtering and record limit.search_records: Search for records containing specific text, with optional field selection and record limit.list_bases: List all accessible Airtable bases.list_tables: List all tables in a base, with configurable detail level.describe_table: Get detailed information about a specific table.get_record: Retrieve a specific record by ID.create_record: Create a new record in a table with specified fields.update_records: Update one or more records in a table.delete_records: Delete one or more records from a table.create_table: Create a new table in a base with specified fields and description.update_table: Update a table's name or description.create_field: Add a new field to a table with type and options.update_field: Update a field's name or description.No pricing information is provided; the project is open source and available under the MIT license.