ArgorantDocs

Claude

Add Argorant to Claude.ai, Claude Desktop or Claude Code. Custom connectors need a Pro, Max, Team or Enterprise plan; Claude Code needs one command.

Claude What you need: an Argorant account, and for Claude.ai or Claude Desktop a plan that allows custom connectors (Pro, Max, Team, Enterprise). Free Claude accounts cannot add custom connectors today; use Claude Code or the CLI instead.

Claude.ai and Claude Desktop

Open Connectors

In Claude, open your profile menu, then Settings → Connectors (https://claude.ai/settings/connectors). On Team and Enterprise plans an owner or admin adds the connector for the organisation first under Admin settings → Connectors; members then enable it for themselves.

Add a custom connector

Scroll to the bottom and choose Add custom connector. Name: Argorant. Remote MCP server URL:

Text
https://mcp.argorant.com/mcp

Leave the advanced OAuth fields empty; Argorant registers the client itself.

Sign in

Claude opens the Argorant consent screen. Sign in with your Argorant account and approve the scopes. The connector never sees an API key; the grant can be revoked at any time.

Enable it in a chat

In a conversation open the + (or the tools) menu, turn on Argorant under Connectors, then ask: "Check my Argorant account." You should see the connected email, plan and daily usage.

Claude Code

Shell
claude mcp add --transport http argorant https://mcp.argorant.com/mcp

The first tool call opens the sign-in. Claude Code can also drive the CLI directly (npx argorant … --json), which is often the simplest tool for a coding agent.

What to expect

  • Counts, previews and reading your account run without asking. Anything that spends credits (reveal, export, enrich) or sends email (launch, reply) is marked destructive; Claude asks before it calls.
  • Claude keeps raw contact details out of the chat unless you ask for them.
  • If a tool answers insufficient_scope, reconnect the connector; the scope list is on Security and scopes.

On this page