> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rippit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Supported clients

> Which AI assistants can connect to the Rippit MCP server, and what each one supports.

Rippit works with any client that speaks MCP over Streamable HTTP with OAuth. The clients below are the ones we have set up and tested; see [Any MCP client](/clients/other) if yours isn't listed.

| Client                                          | Admin setup                                     | End user setup                        | Notes                                                           |
| ----------------------------------------------- | ----------------------------------------------- | ------------------------------------- | --------------------------------------------------------------- |
| Claude Web / Desktop                            | [Admin](/clients/claude/admin)                  | [End user](/clients/claude/end-user)  | Includes Cowork; also supports [Skills](/skills)                |
| [Claude Code](/clients/claude-code)             | None, per developer                             | Same page                             | Terminal; separate from the Claude apps                         |
| ChatGPT Web / Desktop                           | [Admin](/clients/chatgpt/admin)                 | [End user](/clients/chatgpt/end-user) | Business, Enterprise, or Edu. Must be selected per conversation |
| [Codex](/clients/codex)                         | None, per developer                             | Same page                             | Shares config with the ChatGPT desktop app and IDE extension    |
| [Microsoft Copilot Studio](/clients/copilot)    | [Copilot](/clients/copilot)                     | Consent card in chat                  | Governed by Power Platform data policies                        |
| [Gemini Enterprise](/clients/gemini-enterprise) | [Gemini Enterprise](/clients/gemini-enterprise) | Sign-in on first use                  |                                                                 |
| [Gemini CLI](/clients/gemini-cli)               | None, per developer                             | Same page                             | Terminal; separate from Gemini Enterprise                       |
| [Cursor](/clients/cursor)                       | None, per developer                             | Same page                             |                                                                 |
| [Any MCP client](/clients/other)                | Depends on client                               | Sign-in on first use                  | Registers itself automatically                                  |

## Choosing where to start

**If your organization standardizes on one assistant,** Claude and ChatGPT split into separate admin and end-user pages. Do the admin page first, then send your team the end-user page directly.

**If developers want it in their editor or terminal,** Claude Code, Codex, Cursor, and Gemini CLI are per-developer setups with no admin step; each person adds it themselves.

**If your client isn't listed,** it very likely still works. Rippit supports OAuth 2.1 dynamic client registration, so an unknown client can register itself and connect with nothing more than the server URL. See [Any MCP client](/clients/other).

## What every client has in common

* The endpoint is always `https://mcp.rippit.com/mcp`.
* Sign-in always happens in a browser at `app.rippit.com`. You never enter Rippit credentials into your assistant.
* Access is always scoped to the signed-in user's existing Rippit permissions.
* No client secret or API key is needed. If a setup form asks for one, leave it blank.

Charts and interactive Ask Rippit cards only render in clients that support MCP UI cards, which today means Claude. Other clients receive the same answers as text and data.

## Rippit as a client

This page is about clients connecting **to** Rippit. Rippit also works the other way: its in-app agent is an MCP client, so you can connect your own servers to it and use them alongside your conversation data. See [Rippit Agentic Chat](/agentic-chat/overview).
