MCP.so
登录

Nocodb MCP Server

@edwinbernadus

关于 Nocodb MCP Server

nocodb mcp server

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

edwinbernadus

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "nocodb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "nocodb-mcp-server",
        "{NOCODB_URL}",
        "{NOCODB_BASE_ID}",
        "{NOCODB_API_TOKEN}"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Nocodb MCP Server?

The Nocodb MCP Server enables seamless interaction with your NocoDB database using the Model Context Protocol (MCP). It allows you to perform CRUD (Create, Read, Update, Delete) operations on NocoDB tables through natural language commands.

How to use Nocodb MCP Server?

Install dependencies with npm install, build with npm run build, then configure environment variables NOCODB_URL, NOCODB_API_TOKEN, and NOCODB_BASE_ID. You can integrate it with Claude Desktop via claude_desktop_config.json or call it directly from the CLI with npx -y nocodb-mcp-server {NOCODB_URL} {NOCODB_BASE_ID} {NOCODB_API_TOKEN}.

Key features of Nocodb MCP Server

  • Perform CRUD operations on NocoDB tables via natural language
  • Add, update, and delete columns and rows
  • Upload files to create tables automatically
  • Bulk create and delete records
  • Supports direct CLI invocation and Claude Desktop integration

Use cases of Nocodb MCP Server

  • Query and manage NocoDB data using natural language in AI assistants
  • Automate table creation from JSON files
  • Bulk update or delete records based on conditions
  • Add or remove columns through conversational commands

FAQ from Nocodb MCP Server

What does the Nocodb MCP Server do?

It acts as a bridge between MCP-compatible clients (like Claude Desktop) and a NocoDB database, allowing you to create, read, update, and delete records and columns using natural language commands.

How do I configure the Nocodb MCP Server?

Set the required environment variables NOCODB_URL, NOCODB_API_TOKEN, and NOCODB_BASE_ID in a .env file or pass them as command-line arguments when running the server.

How can I find my NOCODB_BASE_ID?

Look at your NocoDB instance URL: https://app.nocodb.com/#/{USERNAME}/{NOCODB_BASE_ID}/{TABLE_ID}. The base ID is the segment between the username and the table ID.

Can I use the Nocodb MCP Server from the command line?

Yes, you can call it directly with npx -y nocodb-mcp-server {NOCODB_URL} {NOCODB_BASE_ID} {NOCODB_API_TOKEN}.

What integrations are supported?

The server can be integrated with Claude Desktop by adding its configuration to claude_desktop_config.json. A hosted deployment is also available on Fronteir AI.

评论

其他 分类下的更多 MCP 服务器