MCP Servers / database / NocoDB

NocoDB

JSON →
httpnone70database

Manage NocoDB server, support read and write databases

Install
How to run this server
[ { "cmd": "npx -y nocodb-mcp-server", "imports": [] } ]
server path: nocodb
Tools
What this server exposes
get_records
Retrieve records from a specified NocoDB table
create_record
Add a new row to a NocoDB table
update_record
Update existing records in a NocoDB table
delete_record
Delete records from a NocoDB table
add_column
Add a new column to a NocoDB table
delete_column
Delete a column from a NocoDB table
create_table
Create a new table in NocoDB from JSON data
bulk_create_records
Create multiple records in a NocoDB table at once
bulk_delete_records
Delete multiple records from a NocoDB table at once
Configuration
Environment & auth
authnone
envNOCODB_URL
envNOCODB_API_TOKEN
envNOCODB_BASE_ID
envTABLE_ID
Resources
NocoDB — MCP Server · libregistry