The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Nocodb MCP Server listing page.
The NocoDB MCP Server enables seamless interaction with your NocoDB database using the Model Context Protocol (MCP). This server makes it easy to perform CRUD (Create, Read, Update, Delete) operations on NocoDB tables through natural language commands.
JSON location file in: example_upload.json

This repository is a TypeScript-based fork of NocoDB-MCP-Server. It retains the core functionality while improving maintainability and compatibility with modern TypeScript development practices.
A hosted deployment is available on Fronteir AI.
Ensure that Node.js and TypeScript are installed, then execute:
Define the required environment variables in a .env file:
Tip: You can copy the template from env.example and fill in your values.
To find your NOCODB_BASE_ID, check the URL of your Nocodb instance.
For example:
https://app.nocodb.com/#/wi6evls6/pqmob3ammcknma5/maty9c5xkmf4012
In this URL format:
Modify claude_desktop_config.json to include:
You can directly call the MCP server from the command line:
NOCODB_URL, NOCODB_API_TOKEN, and NOCODB_BASE_ID are required parameters.
NOCODB_URL=https://app.nocodb.com if you are using NocoDB cloud.
To run the tests, execute:
For detailed information about available API functions, please refer to API_FUNCTION.md.
Contributions are encouraged! Feel free to open issues or submit pull requests.
This project is distributed under MIT.