# Connecting Claude Code
> Source: https://www.fuze-store.com/docs/store/ai-connections/connecting-claude-code

# Connecting Claude Code

This guide connects **Claude Code** (Anthropic's terminal coding assistant) to your Fuze Store account with one command.

  Claude Code requires a paid Claude plan (**Pro** or **Max**) or an Anthropic API key — there is no free Claude Code tier. This is separate from the paid Fuze Store AI Connections add-on. Pricing and plans are set by Anthropic and can change.

## Before You Start

- **Claude Code** is installed and you are signed in with a paid Claude plan or API key.
- You have **Owner** or **Admin** access to the store you want to connect.
- The **AI Connections** add-on is active on that store.

## Get Your MCP URL

In the Fuze Store app, open **Configurations → MCP → Connect an assistant** and copy the **MCP Server URL**:

```text
https://api.fuze-store.com/mcp/store/<your-store-id>
```

## Connect

**1. Run the install command** in any terminal where Claude Code is installed (substitute your MCP Server URL):

```bash
claude mcp add --transport http fuze-store https://api.fuze-store.com/mcp/store/<your-store-id>
```

**2. Authorize in the browser.** Claude Code opens a browser for the OAuth handshake. Sign into Fuze Store if prompted, review the permissions, and **Approve**. The connection is now live.

## Ask Your First Question

- "What were my total sales last week?"
- "List my best-selling products this month."
- "How many orders did I process today?"

## If Something Goes Wrong

If the command fails or the browser approval does not complete, see the troubleshooting section of [Setting Up AI Access](/docs/store/ai-connections/setting-up-oauth). Confirm you are signed into a paid Claude plan and into Fuze Store in the browser.

  - [AI Connections Overview](/docs/store/ai-connections/overview)
  - [Connecting Claude Desktop](/docs/store/ai-connections/connecting-claude-desktop)
  - [Setting Up AI Access](/docs/store/ai-connections/setting-up-oauth)
  - [Understanding Permissions](/docs/store/ai-connections/understanding-scopes)
