Skip to main content

Claude apps (web, desktop, mobile)

Connectors are stored on your Claude account, so adding one on the web makes it available in the desktop and mobile apps too.
1

Open connector settings

In Claude, go to Settings → Connectors (under Customize).
2

Add a custom connector

Click +, then Add custom connector.
3

Paste the server URL

Leave Advanced settings alone — Rings registers the client automatically, so no OAuth client ID or secret is needed.
4

Click Add, then sign in

Claude opens the Rings OAuth screen. Sign in and approve access.
5

Turn it on in a chat

Open the tools menu in the chat composer and enable Rings.

Claude Code

Add the server from your terminal, then authenticate in the session:
Start Claude Code and run /mcp, select rings, and complete the browser sign-in. Tokens are stored and refreshed automatically. To use an API key instead of OAuth:
Add --scope project to write the entry to a checked-in .mcp.json your team shares:

Claude API

Call the Rings MCP server directly from the Messages API with the MCP connector beta — no MCP client to run:
authorization_token expects an OAuth access token, which your application obtains and refreshes. For a server-side integration that uses an API key instead, run your own MCP client and send x-api-key on the connection.
To hand the model a narrower surface, allowlist specific tools in the toolset. Get the exact tool names from an MCP list_tools request first: