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

# Use Claude Code with Marrow MCP

# Use Claude Code with Marrow MCP

Use Claude Code when you want a local coding session in your repository, with Marrow as a live Amazon data source for your AI agent.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/hologrowinc/hub-files/mcp/marrow/claude-code-connector.png" alt="Claude Code connector setup steps" />

## Prerequisites

* [Claude Code](https://claude.com/claude-code) installed and signed in.
* A Marrow MCP key. Create one in [Marrow MCP Integrations](https://app.marrow.com/integrations/mcp).

## Step 1: Add the Marrow MCP server

Run this command in your project root:

```bash theme={null}
claude mcp add --transport http --scope project --header "marrow-mcp-key: YOUR_API_KEY" marrow "https://mcp.marrow.com/mcp/v1"
```

Replace `YOUR_API_KEY` with your Marrow MCP key.

**Choose a scope:**

* `--scope project` (used above) saves the config to `.mcp.json` in your project, which is useful when you want the team to share the same MCP setup.
* `--scope user` saves it globally for your user, which is useful when you want Marrow available across all projects.

## Step 2: Reload Claude Code

In an existing Claude Code session, run `/mcp` to reload the server list. For a new session, start Claude Code as usual. It picks up the config automatically.

## Step 3: Test the connection

Run a prompt that uses Marrow data, for example:

```text theme={null}
Show me my Amazon Seller Central sales for the last 7 days.
```

If Claude Code returns real data, you are connected.

## Starter project

Do you want a working starting point? Clone our [Claude Code template repository](https://github.com/Deltologic/marrow-mcp-claude-code). It includes a preconfigured `.mcp.json` file and example prompts to help you start exploring.

***

## Marrow MCP resources

Check the following resources for more information:

* MCP server URL: `https://mcp.marrow.com/mcp/v1`
* [Interactive Data Scheme](/hub/data-scheme)
* Data Scheme JSON: [https://api.marrow.com/api/v1/spec/data-scheme](https://api.marrow.com/api/v1/spec/data-scheme)
* Need help? Use the [contact form](https://forms.clickup.com/9015200219/f/8cnj2ev-38615/AOYF9I35QFOXWJQXIG?type=Form\&source=hub-mcp-claude-code-docs)
