Nocodb-MCP-Server
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.
This MCP server provides tools to interact with a Nocodb database through the Model Context Protocol, offering CRUD operations (Create, Read, Update, Delete) for Nocodb tables.
The Nocodb MCP Server is designed to facilitate seamless interaction with Nocodb databases using the Model Context Protocol (MCP). It provides a robust set of tools for performing CRUD operations on Nocodb tables, making it an essential component for developers looking to integrate Nocodb functionalities into their applications. The server supports various configurations and can be easily integrated with different platforms such as Claude Desktop and Cursor on Windows. It leverages the Nocodb v2 REST API for all operations, ensuring compatibility and efficiency. The server also includes comprehensive error handling and logging capabilities, making it suitable for both development and production environments. Security is a key focus, with recommendations for using dedicated API tokens and secure storage of environment variables.
Features
- CRUD Operations: Provides tools for creating, reading, updating, and deleting records in Nocodb tables.
- Integration: Easily integrates with platforms like Claude Desktop and Cursor on Windows.
- Security: Supports secure authentication using API tokens and provides security best practices.
- Logging: Includes logging capabilities for debugging and monitoring.
- Error Handling: Structured responses with error information for troubleshooting.
Tools
retrieve_records
Search records from Nocodb table
create_records
Create a record in the Nocodb table
update_records
Update records in the Nocodb table
delete_records
Delete records in the Nocodb table
get_schema
Get schema information for Nocodb tables