NocoDB MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NocoDB MCP Serverlist all tables in the CRM base"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NocoDB MCP Server
A standalone Model Context Protocol (MCP) server that provides full integration with a self-hosted NocoDB instance. This server exposes NocoDB's Meta API and Data API as MCP tools, enabling LLMs like Claude to create, update, and delete bases, tables, connections, fields, views, and records.
Features
25 MCP tools covering the full NocoDB API surface:
Category | Tools |
Bases | list, get, create, update, delete |
Sources | list, create, update, delete |
Tables | list, get, create, update, delete |
Fields | list, create, update, delete |
Views | list, create, update, delete |
Records | list (with filtering/sorting), create, update, delete |
Related MCP server: MCP Server NocoBase Remote
Prerequisites
Node.js 18+ (for native
fetch)A running NocoDB instance
A NocoDB API token (generate from Team & Settings > Tokens)
Setup
# Install dependencies
npm install
# Build
npm run build
# Run (for testing)
NOCODB_URL=http://localhost:8080 NOCODB_API_TOKEN=your-token npm startClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"nocodb": {
"command": "node",
"args": ["/Users/youruser/Local Apps/nocodb-mcp-server/dist/index.js"],
"env": {
"NOCODB_URL": "http://localhost:8080",
"NOCODB_API_TOKEN": "your-api-token-here"
}
}
}
}Development
# Run in dev mode (no build step needed)
NOCODB_URL=http://localhost:8080 NOCODB_API_TOKEN=your-token npm run devArchitecture
Zero NocoDB forking — communicates entirely via REST API
Safe for NocoDB updates — upgrade NocoDB independently
stdio transport — compatible with Claude Desktop and other MCP clients
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI agents to interact with NocoDB databases for managing tables, records, views, and file attachments. Supports advanced queries, bulk operations, and full CRUD functionality for storing operational data.Last updated25625MIT
- Flicense-qualityDmaintenanceRemote MCP server that auto-generates tools from NocoBase OpenAPI specs to enable full CRUD operations on collections across multiple instances. Supports streamable HTTP transport and API key authentication for secure, natural language interaction with NocoBase deployments.Last updated
- AlicenseAqualityCmaintenanceAn MCP server that enables AI assistants to interact with NocoBase instances for managing collections, UI schemas, flow models, and running API operations. It provides both hand-crafted tools and dynamically generated tools from NocoBase's OpenAPI specification.Last updated2311MIT
- AlicenseBqualityDmaintenanceEnables AI assistants and applications to interact with Airtable bases through a secure OAuth-authenticated MCP interface, providing complete API coverage for all Airtable operations.Last updated10MIT
Related MCP Connectors
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors — no code.
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sweatpantslife/nocodb-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server