
NocoDB MCP Integration
Seamlessly connect FlowHunt with NocoDB via the NocoDB MCP Server for AI-driven database automation, natural language CRUD operations, and bulk data management....

FlowHunt’s Nocodb MCP Server enables AI agents and LLMs to securely connect and manage Nocodb databases, automating CRUD, schema, and bulk data operations in your workflows.
The Nocodb MCP Server acts as a bridge between AI assistants and Nocodb databases using the Model Context Protocol (MCP). This server enables AI-powered clients to perform seamless CRUD (Create, Read, Update, Delete) operations on Nocodb tables, facilitating data management workflows. By exposing database functionalities through the MCP interface, it allows LLMs and AI agents to query, create, update, and delete records or columns, and even upload files to create tables. This integration enhances developer productivity by automating and standardizing database interactions, making it easier to build, test, and deploy database-centric AI applications and workflows.
example_upload.json) that can be processed to create or update tables.docs/sample-bulk directory for demo and context.settings.json).{
"mcpServers": {
"nocodb-mcp": {
"command": "npx",
"args": ["@edwinbernadus/nocodb-mcp-server@latest"]
}
}
}
{
"mcpServers": {
"nocodb-mcp": {
"command": "npx",
"args": ["@edwinbernadus/nocodb-mcp-server@latest"]
}
}
}
{
"mcpServers": {
"nocodb-mcp": {
"command": "npx",
"args": ["@edwinbernadus/nocodb-mcp-server@latest"]
}
}
}
{
"mcpServers": {
"nocodb-mcp": {
"command": "npx",
"args": ["@edwinbernadus/nocodb-mcp-server@latest"]
}
}
}
Securing API Keys
Store API keys using environment variables for security. Example:
{
"env": {
"NOCODB_API_KEY": "your-nocodb-key"
},
"inputs": {
"api_key": "${NOCODB_API_KEY}"
}
}
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:
{
"nocodb-mcp": {
"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 “nocodb-mcp” 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 | ✅ | Full description and capabilities in README.md |
| List of Prompts | ✅ | Prompt templates listed in README.md |
| List of Resources | ✅ | Tables, schemas, files; described in README.md/example_upload.json |
| List of Tools | ✅ | CRUD, bulk, and upload tools outlined in README and API_FUNCTION.md |
| Securing API Keys | ✅ | env.example and setup instructions |
| Sampling Support (less important in evaluation) | ⛔ | Not mentioned |
Based on the available documentation and structure, the Nocodb MCP Server offers solid MCP integration, a clear set of prompt templates, resources, and setup instructions. However, there is no explicit documentation for Roots or Sampling support, which might limit its versatility in advanced scenarios. Overall, it is a practical and well-documented MCP server for database workflows.
| Has a LICENSE | ⛔ |
|---|---|
| Has at least one tool | ✅ |
| Number of Forks | 7 |
| Number of Stars | 24 |
Connect your AI agents to Nocodb for effortless CRUD operations, schema evolution, and bulk data tasks. Streamline development and empower your flows with robust database access.

Seamlessly connect FlowHunt with NocoDB via the NocoDB MCP Server for AI-driven database automation, natural language CRUD operations, and bulk data management....

The Notion MCP Server connects FlowHunt’s AI agents directly to your Notion workspace, enabling advanced automation, database management, and content operations...

The Couchbase MCP Server connects AI agents and LLMs directly to Couchbase clusters, enabling seamless natural language database operations, automated managemen...
Cookie Consent
We use cookies to enhance your browsing experience and analyze our traffic. See our privacy policy.