diff --git a/docs/cloud/mcp/setup-guide.mdx b/docs/cloud/mcp/setup-guide.mdx index 8f52daf10..528e914e2 100644 --- a/docs/cloud/mcp/setup-guide.mdx +++ b/docs/cloud/mcp/setup-guide.mdx @@ -104,30 +104,61 @@ https://prod.api.elementary-data.com/mcp/ ## Configure your client -### Cursor IDE - - - - Go to **Settings → Model Context Protocol → Add Custom Server**, or edit `~/.cursor/mcp.json` (global) / `/.cursor/mcp.json` (workspace). - - - Paste the JSON block from the authentication tab above and save. Cursor restarts its MCP agent automatically. - - - If using OAuth, a browser window opens on first launch. Log in with your Elementary account to complete authentication. - - - -### Claude Desktop - - - - In the menu bar, choose **Claude → Settings → Developer** and click **Edit** under **Local MCP Servers**. - - - Paste the JSON block from the authentication tab above and save. - - - Quit and reopen Claude Desktop. If using OAuth, a browser window opens on first launch for authentication. - - + + + + + + Click the link below to open Claude with the Elementary connector pre-filled: + + [Add Elementary connector →](https://claude.ai/customize/connectors?modal=add-custom-connector&connectorName=Elementary&connectorUrl=https%3A%2F%2Fprod.api.elementary-data.com%2Fmcp) + + + + + + Click **Add**. The Elementary connector will appear in your connectors list. + + + Click **Connect**. A browser window opens for you to log in with your Elementary account. + + + Elementary connector added — click Connect to authenticate + + + + + + + + + In the menu bar, choose **Claude → Settings → Developer** and click **Edit** under **Local MCP Servers**. + + + Paste the JSON block from the authentication tab above and save. + + + Quit and reopen Claude Desktop. If using OAuth, a browser window opens on first launch for authentication. + + + + + + + + Go to **Settings → Model Context Protocol → Add Custom Server**, or edit `~/.cursor/mcp.json` (global) / `/.cursor/mcp.json` (workspace). + + + Paste the JSON block from the authentication tab above and save. Cursor restarts its MCP agent automatically. + + + If using OAuth, a browser window opens on first launch. Log in with your Elementary account to complete authentication. + + + + diff --git a/docs/pics/cloud/mcp/claude-add-custom-connector.png b/docs/pics/cloud/mcp/claude-add-custom-connector.png new file mode 100644 index 000000000..4545a8e35 Binary files /dev/null and b/docs/pics/cloud/mcp/claude-add-custom-connector.png differ diff --git a/docs/pics/cloud/mcp/claude-connector-connect.png b/docs/pics/cloud/mcp/claude-connector-connect.png new file mode 100644 index 000000000..283b84d41 Binary files /dev/null and b/docs/pics/cloud/mcp/claude-connector-connect.png differ