Overview
Features
Natural language CRUD prompts
Drive Get Records, Create Record, Update Record, and Delete Record operations on NocoDB tables via MCP prompts.
Column management
Add and delete columns in existing NocoDB tables through natural language prompts.
Upload data from JSON
Create a table from JSON input using the Upload File workflow and a provided JSON location.
CLI and direct invocation
Run the MCP server from the command line (e.g., npx nocodb-mcp-server) for quick access.
Claude Desktop integration
Configured via claude_desktop_config.json to enable Claude Desktop integration.
Environment-based configuration
Configure NOCODB_URL, NOCODB_BASE_ID, and NOCODB_API_TOKEN via a .env file.
TypeScript-based fork
A TypeScript-based fork focused on maintainability and modern TS development practices.
Documentation and API reference
API_FUNCTION.md provides detailed information about available API functions.
Who Is This For?
- Developers:Build automation to access NocoDB via MCP using natural language prompts.
- Data engineers:Automate data operations and schema changes in NocoDB with MCP prompts.
- Integrators:Integrate MCP with CLI or Claude Desktop to control NocoDB via prompts.




