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

# Connect Claude

> Use PRINTOOLS from Claude or Claude Code through the hosted MCP server.

## Claude and Claude Desktop

Open **Customize → Connectors**, choose **+ → Add custom connector**, and enter the name **PRINTOOLS** with this server URL:

```text theme={"dark"}
https://mcp.printools.io/mcp
```

Create the connector, select **Connect**, and complete PRINTOOLS OAuth sign-in and consent. Enable the connector for your conversation through **+ → Connectors**.

On Team and Enterprise workspaces, an owner first adds the remote connector under **Organization settings → Connectors**. Each member then connects with their own account.

See [Claude's current custom connector instructions](https://support.claude.com/en/articles/11175166-get-started-with-custom-connectors-using-remote-mcp) for account-specific controls.

## Claude Code

Register the remote HTTP server:

```bash theme={"dark"}
claude mcp add --transport http printools https://mcp.printools.io/mcp
```

Inside Claude Code, run `/mcp`, select PRINTOOLS, and complete the OAuth flow when prompted. Check connection status before requesting shop data.

See [Claude Code's MCP documentation](https://code.claude.com/docs/en/mcp) for configuration scope and authentication controls.

## First request

> Read my current PRINTOOLS organization, then find a few recent quotes without changing anything.

The available settings action can confirm the organization. The returned tool catalogue depends on your consented scopes; do not assume that every action in another person's connection is available in yours.

See [Authentication](/mcp/authentication), [Tools](/mcp/tools), and [Troubleshooting](/mcp/troubleshooting).
