Back to directory
granthooks/nocodb-mcp-server

granthooks/nocodb-mcp-server

@granthooks

A Model Context Protocol (MCP) server for interacting with Nocodb databases through CRUD operations

nocodbmcpdatabasecrudpythonapi

Installation & Configuration

{
  "nocodb": {
    "command": "python",
    "args": [
      "nocodb_mcp_server.py"
    ],
    "env": {
      "NOCODB_URL": "https://your-nocodb-instance.com",
      "NOCODB_API_TOKEN": "your_api_token_here",
      "NOCODB_BASE_ID": "your_base_id_here"
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13