nocodb-mcp-server

nocodb-mcp-server

3.5

If you are the rightful owner of nocodb-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Nocodb MCP Server allows seamless interaction with a Nocodb database using the Model Context Protocol (MCP), facilitating CRUD operations on Nocodb tables.

The Nocodb MCP Server is a TypeScript-based server that enables seamless interaction with a Nocodb database using the Model Context Protocol (MCP). It supports CRUD (Create, Read, Update, Delete) operations on Nocodb tables, allowing users to manage their data efficiently. This server is a fork of the original Nocodb-MCP-Server, with improvements in maintainability and compatibility with modern TypeScript development practices. Users can perform various operations such as getting records, creating new rows, updating existing data, and deleting records. Additionally, it supports bulk operations and file uploads to create tables from JSON files. The server can be integrated with platforms like Claude Desktop and can be directly called from the command line for ease of use.

Features

  • CRUD Operations: Supports Create, Read, Update, and Delete operations on Nocodb tables.
  • Bulk Operations: Allows bulk creation and deletion of records.
  • File Upload: Supports creating tables from JSON files.
  • TypeScript-Based: Improved maintainability and compatibility with modern TypeScript practices.
  • Integration: Can be integrated with platforms like Claude Desktop and used via CLI.