Enterprise DNA
M MCP Servers Developer low

edwinbernadus/nocodb-mcp-server

by Various

nocodb mcp server

E

MCP

edwinbernadus/nocodb-mcp-server

Added 1 June 2026

#mcp #mcp-server #nocodb

Overview

This is a JavaScript-based MCP server that connects to NocoDB. It allows AI assistants to query and manipulate NocoDB tables through the Model Context Protocol. The server acts as a bridge between AI agents and NocoDB databases.

Best for

Best for
Developers building AI assistants that need to interact with NocoDB databases

Use cases

  • Building AI agents that can read and write NocoDB data via natural language
  • Automating database operations like inserts, updates, and queries through AI workflows
  • Integrating NocoDB with AI assistants for data retrieval and management tasks

How to use

Install

npx -y nocodb-mcp-server {NOCODB_URL} {NOCODB_BASE_ID} {NOCODB_API_TOKEN}

Tools exposed

  • node
  • npm
  • npx

Tested with

Claude Desktop

Example client config

{\n  "mcpServers": {\n    "nocodb": {\n      "command": "node",\n      "args": ["{working_folder}/dist/start.js"],\n      "env": {\n        "NOCODB_URL": "https://your-nocodb-instance.com",\n        "NOCODB_BASE_ID": "your_base_id_here",\n        "NOCODB_API_TOKEN": "your_api_token_here"\n      }\n    }\n  }\n}

Notes

This is a JavaScript-based MCP server that connects to NocoDB. It allows AI assistants to query and manipulate NocoDB tables through the Model Context Protocol. The server acts as a bridge between AI agents and NocoDB databases.

71 stars on GitHub. Last updated 2026-03-30.

Use cases

  • Building AI agents that can read and write NocoDB data via natural language
  • Automating database operations like inserts, updates, and queries through AI workflows
  • Integrating NocoDB with AI assistants for data retrieval and management tasks

Pros

  • Open source and lightweight, easy to deploy
  • Provides a standardized MCP interface for AI tool integration
  • Simple setup with minimal configuration required

Cons

  • Limited to NocoDB databases only, not a general-purpose database tool
  • Requires a running MCP client (e.g., Claude Desktop) to function
  • Relatively new project with 71 stars, community and documentation may be sparse

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Open source and lightweight, easy to deploy
  • Provides a standardized MCP interface for AI tool integration
  • Simple setup with minimal configuration required

Cons

  • Limited to NocoDB databases only, not a general-purpose database tool
  • Requires a running MCP client (e.g., Claude Desktop) to function
  • Relatively new project with 71 stars, community and documentation may be sparse
Free 27-page guide

Get the free Developer’s Field Guide

A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.

Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.

No spam. Unsubscribe any time.

Running a business, not writing the code? See the MCP servers picked for operators, and get your first one wired up with us.

Operator picks