You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Model Context Protocol (MCP) Server** lets you connect NocoDB with LLMs that support MCP, such as Claude, Cursor, or Windsurf. With this integration, LLMs can interact directly with your NocoDB workspace to create, query, update, and manage records.
9
+
The **Model Context Protocol (MCP) Server** lets you connect NocoDB with LLMs that support MCP, such as Claude, Cursor, or Windsurf. With this integration, LLMs can interact directly with your NocoDB base to create, query, update, and manage records.
10
+
11
+
## Desktop LLM Clients
10
12
11
13
Each MCP endpoint in NocoDB provides a secure URL that can be linked to an MCP-compatible client.
12
14
Once configured, the LLM can execute database operations in your workspace through natural language prompts.
13
15
14
-
<Callouttype="info"> The MCP integration currently works only with desktop clients that support MCP. Support for web based clients is coming soon. </Callout>
15
-
16
16
MCP server exposes standard CRUD operations. These can be triggered conversationally, without writing SQL or scripts.
17
17
18
18
| Action | Purpose | Sample Prompt |
@@ -24,7 +24,7 @@ MCP server exposes standard CRUD operations. These can be triggered conversation
24
24
25
25
<Callouttype="note"> NocoDB MCP supports only record-level operations and does not handle table, field, or other metadata changes. </Callout>
26
26
27
-
## Server Configuration (NocoDB)
27
+
###Server Configuration (NocoDB)
28
28
29
29
1. Click on the **Overview** button in the left sidebar.
30
30
2. Select the **Settings** tab.
@@ -39,17 +39,17 @@ MCP server exposes standard CRUD operations. These can be triggered conversation
@@ -94,4 +94,69 @@ MCP server exposes standard CRUD operations. These can be triggered conversation
94
94
95
95
---
96
96
97
+
## Web based LLM Clients (OAuth)
98
+
99
+
Connect NocoDB to web-based LLM applications using OAuth, enabling seamless database access directly from the browser without requiring desktop client setup. This approach grants granular permission controls and eliminates the need for manual JSON configuration.
100
+
101
+
### Claude Web
102
+
103
+
OAuth-based integration allows Claude web users to access NocoDB databases through the connectors interface.
104
+
105
+
#### Setup Steps
106
+
107
+
1. Click [here](https://claude.ai/settings/connectors) to open Claude Web Settings in a new tab.
108
+
- Alternatively, navigate to **Settings** > **Connectors** from the Claude Web app.
With this, the NocoDB connector will move to "Connected" state in Claude Web. You can now interact with your NocoDB data through Claude web application.
128
+
129
+
<Callout type="note"> On-prem enterprise users should replace https://app.nocodb.com with their NocoDB instance URL</Callout>
130
+
131
+
#### Configure Tool Permissions
132
+
By default, all tools are set to "Always ask permission" to ensure you have control over each operation Claude performs. You can modify these settings as needed.
133
+
134
+
Click [here](https://claude.ai/settings/connectors) to open Claude Web Settings in a new tab. Click **Configure** on the NocoDB connector to manage tool permissions. Set each tool's permission level using the dropdown menu:
135
+
136
+
- **Always ask permission** — Your approval is required every time Claude uses this tool
137
+
- **Allow unsupervised** — Claude can use this tool without requesting approval
<Callout type="warning">OAuth authorization functions as a set of access credentials granting Claude control over your NocoDB base within the selected workspace. Only authorize access to bases and operations you trust Claude to perform on your behalf.</Callout>
159
+
160
+
### OpenAI Web
97
161
162
+
OAuth-based integration allows OpenAI ChatGPT users to access NocoDB databases through the custom actions interface.
0 commit comments