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

# Claude

> Connect Autype to Claude with OAuth

Connect the hosted Autype MCP server to Claude as a remote connector. Autype supports Claude's OAuth discovery, PKCE, Dynamic Client Registration, refresh tokens, and current remote MCP transport.

## Add Autype

1. Open Claude's connector or integration settings.

2. Add a custom remote connector.

3. Enter a name such as `Autype` and use:

   ```text theme={null}
   https://mcp.autype.com/mcp
   ```

4. Start the connection and complete the Autype browser consent screen.

5. Choose the organization Claude may access, review the requested permissions, and approve access.

No custom headers or copied API keys are required. Claude registers a public OAuth client and uses its supported callback URL automatically.

To remove access later, open **Autype Settings → Connected Apps**, select the
Claude connection for the relevant workspace, and click **Disconnect**. You
can reconnect it through Claude at any time.

## Verify the connection

Ask Claude:

> *"Use Autype to list my projects. Do not create or modify anything."*

For a render test, ask:

> *"Use Autype to create a one-page A4 PDF called Claude connector test, then return its download link."*

## Claude Code

Claude Code can also connect to the same Streamable HTTP URL. See [Claude Code (CLI)](/automation/integrations/mcp/claude-code) for configuration and the legacy API-key fallback.

See Anthropic's [remote connector guide](https://claude.com/docs/connectors/building) for the current Claude product flow.
