An MCP server integrating with Airtable to enable CRUD operations on records within code editors, showcasing a practical database MCP server implementation.
Loading more......
Provides read and write access to Airtable databases via an MCP server, offering a simple and effective database integration for MCP applications.
MCP server for Airtable database integration, providing schema inspection and read/write capabilities via MCP protocol.
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.
Airtable-mcp is an open-source server that integrates Airtable with Anthropic's Model Context Protocol (MCP), allowing AI-powered applications and tools (such as Claude Desktop) to perform CRUD operations and manage Airtable data directly from code editors or AI interfaces.
Source: https://github.com/rashidazarang/airtable-mcp
list_bases: List all accessible Airtable bases.list_tables: List all tables in the current base.list_records: List records with optional filtering.get_record: Retrieve a specific record.create_records: Create new records.update_records: Update existing records.set_base_id: Switch to a different base.MIT License
airtable database integration mcp