@@ -43,7 +43,7 @@ Set up MCP in the [Claude.ai](https://claude.ai) web app, and it will automatica
43
43
<Accordion title = " Setup instructions" >
44
44
45
45
1 . ** Access Settings in Claude.ai**
46
-
46
+
47
47
Navigate to your profile menu (bottom-left corner) and select Settings.
48
48
49
49
<Frame >
@@ -54,7 +54,7 @@ Set up MCP in the [Claude.ai](https://claude.ai) web app, and it will automatica
54
54
</Frame >
55
55
56
56
2 . ** Add Custom Connector**
57
-
57
+
58
58
In the Settings menu, select "Connectors" from the sidebar, then click "Add custom connector".
59
59
60
60
<Frame >
@@ -65,7 +65,7 @@ Set up MCP in the [Claude.ai](https://claude.ai) web app, and it will automatica
65
65
</Frame >
66
66
67
67
3 . ** Configure Connection**
68
-
68
+
69
69
Fill in the connection details with your Lightdash instance information.
70
70
71
71
<Frame >
@@ -79,7 +79,7 @@ Set up MCP in the [Claude.ai](https://claude.ai) web app, and it will automatica
79
79
- ** URL:** ` https://<your_instance_name>.lightdash.cloud/api/v1/mcp `
80
80
81
81
4 . ** Connect and Authenticate**
82
-
82
+
83
83
Click the "Connect" button to initiate the authentication process.
84
84
85
85
<Frame >
@@ -90,7 +90,7 @@ Set up MCP in the [Claude.ai](https://claude.ai) web app, and it will automatica
90
90
</Frame >
91
91
92
92
5 . ** Complete OAuth Flow**
93
-
93
+
94
94
Log in to your Lightdash account and approve the connection when prompted.
95
95
96
96
<Frame >
@@ -101,9 +101,9 @@ Set up MCP in the [Claude.ai](https://claude.ai) web app, and it will automatica
101
101
</Frame >
102
102
103
103
6 . ** Configure Permissions (Optional)**
104
-
104
+
105
105
Optionally configure which MCP tools Claude can access and set any additional permissions.
106
-
106
+
107
107
<Frame >
108
108
<img
109
109
src = " /images/guides/mcp/claude-ai-06-OPTIONAL-configure.png"
@@ -143,7 +143,7 @@ ChatGPT support for MCP is coming soon! Stay tuned for updates.
143
143
alt="Fill out name, description, MCP URL and select OAuth"
144
144
/>
145
145
</Frame>
146
-
146
+
147
147
- **Name:** Lightdash (or any name you prefer)
148
148
- **Description:** Connect to Lightdash data analytics
149
149
- **URL:** `https://<your_instance_name>.lightdash.cloud/api/v1/mcp`
@@ -216,6 +216,80 @@ After authentication, you can start asking questions about your Lightdash data d
216
216
217
217
</Accordion >
218
218
219
+
220
+ #### Cursor
221
+
222
+ Follow the instructions below to set up MCP in Cursor.
223
+
224
+ <Accordion title = " Setup instructions" >
225
+
226
+ 1 . ** Open the Cursor settings and select the MCP & Integrations tab**
227
+
228
+ <Frame >
229
+ <img
230
+ src = " /images/guides/mcp/cursor-01-settings.png"
231
+ alt = " Open Cursor settings"
232
+ />
233
+ </Frame >
234
+
235
+ 2 . ** Add a new MCP connection**
236
+
237
+ <Frame >
238
+ <img
239
+ src = " /images/guides/mcp/cursor-02-settings-json.png"
240
+ alt = " Add a new MCP connection"
241
+ />
242
+ </Frame >
243
+
244
+ <Info >
245
+ Copy and paste the following JSON into the ` mcp ` array and save the file:
246
+
247
+ ``` json
248
+ {
249
+ "mcpServers" : {
250
+ "lightdash" : {
251
+ "url" : " https://<your_instance_name>.lightdash.cloud/api/v1/mcp"
252
+ }
253
+ }
254
+ }
255
+
256
+ ```
257
+
258
+ Replace ` <your_instance_name> ` with your actual Lightdash instance name.
259
+ </Info >
260
+
261
+ 3 . Authenticate with Lightdash
262
+
263
+ Navigate back to the MCP & Integrations tab and click the "Connect" button.
264
+
265
+ <Frame >
266
+ <img
267
+ src = " /images/guides/mcp/cursor-03-needs-auth.png"
268
+ alt = " Authenticate with Lightdash"
269
+ />
270
+ </Frame >
271
+
272
+ 4 . Approve the connection in Lightdash
273
+
274
+ <Frame >
275
+ <img
276
+ src = " /images/guides/mcp/cursor-04-approve.png"
277
+ alt = " Approve the connection in Lightdash"
278
+ />
279
+ </Frame >
280
+
281
+ 5 . Start using MCP
282
+
283
+ You should be able to see Lightdash MCP Connection and listing available tools.
284
+
285
+ <Frame >
286
+ <img
287
+ src = " /images/guides/mcp/cursor-05-success.png"
288
+ alt = " Successfully connected to Lightdash"
289
+ />
290
+ </Frame >
291
+ </Accordion >
292
+
219
293
#### Custom Integration (For Developers)
220
294
221
295
If you're building your own agents or automated workflows, you can integrate directly with Lightdash MCP:
0 commit comments