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

# Claude

> Connect Claude to Zudo with the remote MCP server.

Claude can connect to Zudo through the remote MCP server, which gives Claude access to Zudo tools over OAuth.

## Before you start

* Make sure you can sign in to your Zudo workspace in a browser.
* If you belong to multiple organizations, switch to the right one before connecting.
* Have your server URL ready: `https://zudo.so/mcp`

## Connect Claude

<Steps>
  <Step title="Open Claude's connector or integration settings">
    Look for the option to add a custom connector, remote MCP server, or external tool source.
  </Step>

  <Step title="Enter the Zudo MCP server URL">Use `https://zudo.so/mcp`.</Step>

  <Step title="Choose OAuth when Claude asks how to authenticate">
    Claude should discover the OAuth configuration automatically from the Zudo server.
  </Step>

  <Step title="Approve the connection in Zudo">
    Sign in if prompted, confirm the requested access, and return to Claude.
  </Step>

  <Step title="Wait for tool discovery">Once connected, Claude should list Zudo tools automatically.</Step>
</Steps>

<Note>
  Anthropic changes product labels periodically. Depending on your plan and UI version, the feature may be labeled as a
  connector, integration, or MCP server.
</Note>

## Recommended settings

* **Server URL:** `https://zudo.so/mcp`
* **Scopes:** `mcp api`
* **Auth mode:** OAuth with discovery enabled

## Example prompts

* "Summarize the latest customer meetings for Acme."
* "List open requests for our top 10 revenue accounts."
* "Show accounts with recent health score drops and overdue follow-up tasks."

## Troubleshooting Claude

* If Claude shows no Zudo tools after approval, remove the connector and add it again.
* If Claude asks for OAuth fields manually, use the endpoints listed in the [Remote MCP guide](/integrations/mcp).
* If Claude can connect but cannot run tools, verify the granted scopes include both `mcp` and `api`.
