Awesome MCPDatabases

rashidazarang/airtable-mcp

⭐ 87 Python added to this list on 2025-05-06 repository created 2025-03-15

Airtable MCP Server gives an assistant access to Airtable bases. Record operations cover the full create, read, update and delete cycle, with batch variants so many records are written in one call rather than one at a time — which matters both for speed and for Airtable's per-request rate limits. Schema management tools read and modify base structure: listing tables, inspecting fields and their types, and altering them, so a model can adapt a base rather than only fill it in. Record comments are supported, which is where much of the context in a collaboratively used Airtable base actually lives. Webhook tools let changes in a base trigger notification, turning the integration from purely request-response into something that can react to edits made by people. The server is TypeScript, tracks a recent MCP protocol revision, and is listed on Smithery and in MCP catalogues. Authentication uses an Airtable personal access token whose scopes and base grants bound what is reachable — worth setting narrowly, since schema tools can restructure a base. Airtable is widely used as a lightweight database behind small internal tools, which is exactly the case where an assistant reading and updating it is useful. The audience is teams running operations on Airtable who want records queried and maintained conversationally.

https://github.com/rashidazarang/airtable-mcp

mcpairtabledatabasetypescriptcrudschema-managementwebhooksbatch-operations

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.