nocodb-mcp-server logo

nocodb-mcp-server没有代码的 MCP 服务

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

MCP 服务器使得与 NocoDB 数据库进行交互成为可能,使用_model Context Protocol (MCP)_ 协议。它允许使用自然语言命令在 NocoDB 表格中执行 CRUD (创建、读取、更新、删除)操作。服务器可以执行一些任务,如获取记录、创建和更新记录、删除记录、添加和删除列以及上传文件。 仓库是一个基于 TypeScript 的_nocoDB-MCP-Server_ 的分支,改善了可维护性和与现代 TypeScript 练习的兼容性。有一个在 Fronteir AI 上的托管部署。服务器可以通过安装 Node.js 和 TypeScript,然后执行 npm install 和 npm run build 来设置。配置需要在 .env 文件中定义环境变量。 NOCODB_BASE_ID 可以通过 NocoDB 实例的 URL 找到。

主要功能

  • 自然语言命令支持
  • _CRUD 操作_ (Create、Read、Update、Delete)
  • 文件上传能力
  • 与 Claude Desktop 的集成
  • 命令行接口(_CLI_) 支持

价格

模型
Free
评分
暂无评价

使用场景

数据库管理

使用 MCP 服务器与 NocoDB 数据库进行交互,使得与 NocoDB 进行交互变得更容易,进行 CRUD 操作和文件上传。

自动化

通过集成 MCP 服务器与其他工具和服务(如 Claude Desktop)来自动化数据库任务。

优点 & 缺点

优点

  • _Natural Language Command_ 支持使得 CRUD 操作更容易
  • 改善了可维护性和与现代 TypeScript 练习的兼容性
  • 在 Fronteir AI 上有托管部署
  • 开源且可定制化

缺点

  • 需要安装 Node.js 和 TypeScript
  • 需要在 .env 文件中配置环境变量
  • 对可扩展性和性能有所限制

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

Is a hosted deployment of the NocoDB MCP Server available?

Yes, a hosted deployment is available on Fronteir AI.

Asked by Leila Hassan · Oct 30, 2025

What operations can be performed on NocoDB tables through the NocoDB MCP Server?

The server supports CRUD (Create, Read, Update, Delete) operations, as well as adding and deleting columns, and uploading files through natural language commands.

Asked by Beatriz Costa · Sep 8, 2025

How do I configure the NocoDB MCP Server?

Configuration requires defining environment variables in a .env file, including NOCODB_URL, NOCODB_API_TOKEN, and NOCODB_BASE_ID.

Asked by Carlos Mendoza · Sep 5, 2025

What programming languages are required to set up the NocoDB MCP Server?

The setup requires Node.js and TypeScript to be installed. After installation, execute npm install and npm run build to set up the server.

Asked by Gabriel Duarte · Sep 5, 2025

提问

服务配缩器 的替代品