nocodb-mcp-server
19
Nocodb MCP Server is a tool for seamless CRUD interactions with Nocodb databases through the Model Context Protocol. It supports integration with various environments and encourages community contributions. The project is developed using modern TypeScript practices for enhanced compatibility and maintainability.
Nocodb MCP Server
Introduction
- Enables interaction with a Nocodb database using the Model Context Protocol (MCP).
- Facilitates CRUD operations on Nocodb tables.
Setup
- Requires Node.js and TypeScript. Execute
npm install
andnpm run build
.
Configuration
- Define environment variables in a
.env
file:NOCODB_URL
,NOCODB_API_TOKEN
,NOCODB_BASE_ID
.
Integration with Claude Desktop
- Modify
claude_desktop_config.json
to include MCP server details.
Direct call from CLI
- MCP server can be called directly from the command line with required parameters
NOCODB_URL
,NOCODB_API_TOKEN
, andNOCODB_BASE_ID
.
Contribution Guidelines
- Contributions are encouraged through issues or pull requests.
License
- Distributed under MIT.