Nocodb MCP Server
@edwinbernadus
关于 Nocodb MCP Server
nocodb mcp server
基本信息
配置
使用下面的配置,将此服务器添加到你的 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 服务器
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论