Nocodb MCP Server
@edwinbernadus
About Nocodb MCP Server
nocodb mcp server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nocodb-mcp-server": {
"command": "npx",
"args": [
"-y",
"nocodb-mcp-server",
"{NOCODB_URL}",
"{NOCODB_BASE_ID}",
"{NOCODB_API_TOKEN}"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 π
jlowinπ The fast, Pythonic way to build MCP servers and clients.
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments