
MCP Database Server
The MCP Database Server enables secure, programmatic access to popular databases like SQLite, SQL Server, PostgreSQL, and MySQL for AI assistants and automation...

Connect FlowHunt and other MCP-enabled AI assistants to Airtable for automated, reliable, and agentic database management.
FlowHunt provides an additional security layer between your internal systems and AI tools, giving you granular control over which tools are accessible from your MCP servers. MCP servers hosted in our infrastructure can be seamlessly integrated with FlowHunt's chatbot as well as popular AI platforms like ChatGPT, Claude, and various AI editors.
The Airtable MCP (Model Context Protocol) Server is a specialized tool that connects AI assistants—such as Claude Desktop and other MCP-enabled clients—to Airtable’s API. This server enables programmatic management of Airtable bases, tables, fields, and records, automating workflows such as searching, creating, and updating data. By exposing Airtable functionality as MCP tools, it empowers developers and AI agents to perform database operations, structure or modify tables, and interact with content in a more agentic, reliable manner. Its system prompts and project knowledge resources further enhance the LLM’s effectiveness when working with Airtable data, streamlining integration and minimizing errors, especially during complex table-building scenarios.
No explicit instructions found in the repository for Windsurf.
C:\Users\NAME\AppData\Roaming\Claude~/Library/Application Support/Claude/claude_desktop_config.json:{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["@felores/airtable-mcp-server"],
"env": {
"AIRTABLE_API_KEY": "your_api_key_here"
}
}
}
}
No explicit instructions found in the repository for Cursor.
No explicit instructions found in the repository for Cline.
The Airtable API key is set via environment variables in the env field of the MCP server configuration. Example (for Claude):
{
"mcpServers": {
"airtable": {
"command": "npx",
"args": ["@felores/airtable-mcp-server"],
"env": {
"AIRTABLE_API_KEY": "your_api_key_here"
}
}
}
}
Note: Always keep your API key secure and do not hardcode it into shared files.
Using MCP in FlowHunt
To integrate MCP servers into your FlowHunt workflow, start by adding the MCP component to your flow and connecting it to your AI agent:

Click on the MCP component to open the configuration panel. In the system MCP configuration section, insert your MCP server details using this JSON format:
{
"airtable": {
"transport": "streamable_http",
"url": "https://yourmcpserver.example/pathtothemcp/url"
}
}
Once configured, the AI agent is now able to use this MCP as a tool with access to all its functions and capabilities. Remember to change “airtable” to whatever the actual name of your MCP server is and replace the URL with your own MCP server URL.
| Section | Availability | Details/Notes |
|---|---|---|
| Overview | ✅ | |
| List of Prompts | ✅ | system-prompt, project-knowledge |
| List of Resources | ✅ | Bases, Tables, Fields, Records |
| List of Tools | ✅ | list_bases, list_tables, create_table, update_table, create_field, update_field, list_records |
| Securing API Keys | ✅ | Via env in config, see instructions |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available documentation, Airtable MCP provides a focused, well-documented server with all core MCP features and a clear pathway for setup and use. However, some platform-specific setup instructions and advanced features like Roots and Sampling are either missing or not documented.
Score: 8/10
Airtable MCP delivers robust functionality and documentation for Claude and generic MCP setups, but lacks explicit details for all platforms and some advanced MCP features.
| Has a LICENSE | ✅ |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 26 |
| Number of Stars | 49 |
Easily integrate Airtable with FlowHunt for smarter AI-driven project management, automated data entry, and powerful workflow automation.

The MCP Database Server enables secure, programmatic access to popular databases like SQLite, SQL Server, PostgreSQL, and MySQL for AI assistants and automation...

The MSSQL MCP Server connects AI assistants with Microsoft SQL Server databases, enabling advanced data operations, business intelligence, and workflow automati...

The MySQL MCP Server provides a secure bridge between AI assistants and MySQL databases. It enables structured database exploration, querying, and data analysis...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.