MCP.so
Sign In
Servers

Nocodb MCP Server

@edwinbernadus

nocodb mcp server

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "nocodb-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "nocodb-mcp-server",
        "{NOCODB_URL}",
        "{NOCODB_BASE_ID}",
        "{NOCODB_API_TOKEN}"
      ]
    }
  }
}

More from Other