Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ—„๏ธ Databases
  3. Nocodb MCP Server
Nocodb MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:34:06 PM

Nocodb MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository76 GitHub StarsTotal stargazers on GitHub for the source repository (76 stars).Visit Website
nocodbdatabasesdata-managementdeveloper-tools

Connects MCP clients to NocoDB for natural-language table CRUD, column changes, and JSON-based data loading.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "edwinbernadus-nocodb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "nocodb-mcp-server"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ—„๏ธ More in Databases

Overview

NocoDB table CRUD is exposed through the edwinbernadus/nocodb-mcp-server MCP server, allowing MCP clients to read, create, update, and delete records with natural-language requests. It connects to a NocoDB instance through a URL, API token, and base ID, and runs locally as a Node.js process over stdio. Reach for it when an agent needs to manage NocoDB tables, modify columns, perform bulk record operations, or load JSON data into a table.

Use cases

โ€ขRead records from NocoDB tables through an MCP client
โ€ขCreate and update rows using natural-language requests
โ€ขModify table columns from an agent workflow
โ€ขLoad JSON data into a new NocoDB table
โ€ขPerform bulk record creation or deletion

Key features

โ€ขNocoDB table CRUD operations
โ€ขNatural-language record management
โ€ขColumn addition and deletion
โ€ขBulk record creation and deletion
โ€ขJSON-based table data loading
โ€ขClaude Desktop configuration

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Nocodb MCP Server.

Extracted Tool Capabilities
NocoDB table CRUD operations
Natural-language record management
Column addition and deletion
Bulk record creation and deletion
JSON-based table data loading
Claude Desktop configuration

How Nocodb MCP Server works

What edwinbernadus/nocodb-mcp-server MCP server does

The edwinbernadus/nocodb-mcp-server MCP server connects an MCP client to a NocoDB database. It supports CRUD operations on NocoDB tables, so an agent can retrieve rows, create records, update existing data, and delete records through natural-language instructions.

The examples show requests that target a named table, add multiple rows, update matching data, and remove records that meet a condition. The server also supports schema changes in the demonstrated workflows, including adding a column, setting values in that column, and deleting the column afterward.

A separate example loads records from a JSON file into a newly created NocoDB table. The repository includes an example JSON file for this workflow. Screenshots in the documentation also cover bulk record creation and bulk deletion.

How it works

The server uses the Model Context Protocol to make NocoDB operations available to a compatible client. It communicates with the configured NocoDB instance using three required values: the instance URL, an API token, and the target base ID.

For local use, the project is written in TypeScript and compiled output is placed in the dist directory. Claude Desktop can start the compiled dist/start.js file with Node.js and pass the NocoDB settings through the client configuration. The README also documents a direct command-line launch using the published nocodb-mcp-server package and positional connection parameters.

The base ID is taken from the NocoDB URL. In the documented URL structure, it appears between the workspace or username segment and the table ID. NocoDB Cloud users should use https://app.nocodb.com as the service URL.

Setup and configuration

Install Node.js and TypeScript, then install the project dependencies and build the TypeScript source:

Terminal
npm install
npm run build

Create a .env file, or copy the repository's env.example template, and provide these settings:

  • NOCODB_URL: the NocoDB instance URL
  • NOCODB_API_TOKEN: the token used to access NocoDB
  • NOCODB_BASE_ID: the base containing the tables to manage

Claude Desktop configuration starts the compiled server with node and points its arguments to the local dist/start.js path. The same three values are supplied in the configuration's environment section. The documented configuration uses placeholder paths and credentials that must be replaced for a real deployment.

Tools and capabilities

The edwinbernadus/nocodb-mcp-server MCP server supports the following demonstrated operations:

  • Read records from a selected NocoDB table.
  • Create one or more records.
  • Update records, including changing values across matching rows.
  • Delete records that match a requested condition.
  • Add and remove table columns.
  • Populate a newly created table from JSON data.
  • Perform bulk record creation and deletion workflows.

The README refers to API_FUNCTION.md for the complete API function reference, but that document's contents are not included in the supplied material.

Limitations and notes

The server requires access to a NocoDB instance and a valid API token; it is not a standalone database. The supplied setup instructions describe a locally built Node.js deployment and a Claude Desktop integration. A hosted deployment is also linked through Fronteir AI, but its endpoint details and operating conditions are not provided here.

The examples demonstrate natural-language requests, but they do not define the full query syntax, filtering behavior, pagination support, error handling, or available function list. Review the repository's API function documentation before relying on operations beyond the examples. The project is a TypeScript fork of an earlier NocoDB MCP server and is distributed under the MIT license.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Databases View all alternatives
  • Mysql MCP Server logoMysql MCP Server

    MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs Mysql MCP Server โ†’
  • Prisma MCP logoPrisma MCP

    Gives LLMs the ability to manage Prisma Postgres databases (e.g. spin up new databases and run migrations or queries).

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs Prisma MCP โ†’
  • MCP Mysql Server logoMCP Mysql Server

    Node.js-based MySQL database integration that provides secure MySQL database operations

    ๐Ÿ—„๏ธ Databases5 views
    Compare vs MCP Mysql Server โ†’
  • MCP Dataverse logoMCP Dataverse

    Microsoft Dataverse MCP server with 63 tools for entity CRUD, FetchXML/OData queries, metadata inspection, workflow execution, audit logs, and Power Platform integration. Zero-config device code authentication.

    ๐Ÿ—„๏ธ Databases3 views
    Compare vs MCP Dataverse โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
76
Stargazers on the source repository.
npm downloads
19k
Package downloads in the last 30 days.
Last commit
5mo ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Nocodb MCP Server

Clone or obtain the project, install Node.js and TypeScript, then run `npm install` followed by `npm run build`. The README also documents a direct `npx` launch using the `nocodb-mcp-server` package and three required connection parameters.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewNocodb MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/edwinbernadus-nocodb-mcp-server?style=directory)](https://allmcps.com/mcp/edwinbernadus-nocodb-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/edwinbernadus-nocodb-mcp-server"><img src="https://allmcps.com/api/badge/edwinbernadus-nocodb-mcp-server?style=directory" alt="Nocodb MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ—„๏ธDatabases
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthAPI key
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
9/9 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars76
GitHub Star CountTotal stargazers on GitHub representing community popularity (76 stars).
Last commit5mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Mar 30, 2026
npm downloads19,098/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
45Quality signal: Fair ยท 45/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools16/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 20d ago via OSV.dev ยท nocodb-mcp-server (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ—„๏ธ Databases โ†’Best MCP servers for Databases โ†’Alternatives to Nocodb MCP Server โ†’Install in Claude DesktopInstall in CursorInstall in VS Code