Awesome MCPDatabases

domdomegg/airtable-mcp-server

⭐ 456 TypeScript added to this list on 2025-05-06 repository created 2024-12-12

The project "airtable-mcp-server" is a Model Context Protocol (MCP) server designed to enable AI systems, particularly large language models (LLMs), to interact seamlessly with Airtable databases. It provides comprehensive read and write access to Airtable, allowing AI to inspect database schemas, manipulate records, and manage tables and fields programmatically. This server acts as a bridge between AI applications and Airtable's data, facilitating advanced data operations through a structured protocol. Key features include the ability to list records, search records by text, list all accessible Airtable bases, and enumerate tables within a base. It also supports detailed schema inspection of tables, retrieval of specific records, and full CRUD (Create, Read, Update, Delete) operations on records. Beyond record management, the server allows creation and updating of tables and fields, enabling dynamic schema modifications. The server integrates with AI tools such as the Claude Desktop app, where it can be configured to provide AI-driven database interactions using an Airtable personal access token. The token must have appropriate permissions for schema reading and data manipulation. The project includes detailed API-like tools for various operations, such as listing records with optional filters, searching within specific fields, and managing table and field metadata. It also provides JSON schema information for tables, including base and table IDs, field definitions, and view configurations, automatically discovered from Airtable's metadata API. Developers can contribute by cloning the repository, installing dependencies, running tests, and building the project. The project follows semantic versioning for releases and uses GitHub Actions for publishing to the NPM registry. Overall, airtable-mcp-server is a powerful MCP server that extends AI capabilities to interact with Airtable databases efficiently, supporting schema inspection and comprehensive data management through a standardized protocol.

https://github.com/domdomegg/airtable-mcp-server

ai-integrationai-systemsairtableautomationclaude-desktopclaude-desktop-integrationcrud-operationsdatabase-interactiondatabase-schema-inspectiondatabase-schemasfield-managementgithub-actionsintelligent-data-handlingjson-schemalarge-language-modelsllmmcpmcp-servermetadata-apimodel-context-protocolpersonal-access-tokenread-accessread-and-write-accessrecord-manipulationrecords-managementschema-discoverysemantic-versioningtable-managementwrite-access

Also in Databases

dolthub/dolt

Dolt is a SQL database with Git-like version control capabilities, enabling users to manage, version, and collaborate on data and schemas as easily as code in Git repositories.

t8y2/dbx

DBX is a lightweight, cross-platform database client supporting over 70 databases, featuring a built-in AI assistant, MCP Server, and available as desktop, Docker, or CLI.

Canner/WrenAI

Open-source generative BI engine that exposes governed text-to-SQL, a semantic layer and dashboard generation to AI agents through an MCP server and CLI across more than twenty data sources.

googleapis/mcp-toolbox

MCP Toolbox for Databases is an open-source Model Context Protocol (MCP) server that connects AI agents, IDEs, and applications directly to enterprise databases, offering both pre-built and custom ...

makenotion/notion-mcp-server

The Notion MCP Server is an official MCP server implementation that enables secure, programmatic interaction with Notion content through MCP commands, optimized for AI agents and supporting multiple deployment options.

bytebase/dbhub

DBHub is a universal database gateway implementing the Model Context Protocol (MCP) server interface, enabling MCP clients to connect to and explore multiple database systems including MySQL, PostgreSQL, Oracle, SQL Server, MariaDB, and SQLite.

crystaldba/postgres-mcp

Postgres MCP Pro is an open-source Model Context Protocol server for PostgreSQL that provides advanced database health monitoring, index tuning, query plan analysis, and safe SQL execution to support AI agents and developers throughout the application lifecycle.

supabase-community/supabase-mcp

Supabase MCP Server connects Supabase projects to AI assistants using the Model Context Protocol, enabling LLMs to manage and query Supabase resources.