Connecting Sales Layer MCP Server to Claude Desktop

Modified on Tue, 2 Jun at 11:30 AM


Claude Desktop can connect to Sales Layer through the Sales Layer MCP Server local package. This allows Claude to use Sales Layer tools directly from the desktop app and query your catalog data from a controlled local setup.


This article explains how to install the Sales Layer MCP Server package in Claude Desktop, add your Sales Layer Catalog Token, and test the connection.


i

Note: This article is for Claude Desktop. If you are using Claude in the browser, follow the article for Claude Web instead.

Before you start


Before installing the MCP Server package in Claude Desktop, make sure you have:


  • Claude Desktop installed on your computer.
  • Access to your Sales Layer account.
  • A Sales Layer Catalog Token for the catalog you want Claude to use.
  • The Sales Layer MCP Server package for the access mode you need.


Choose the right package


Sales Layer provides two MCP Server package options:


PackageUse it whenRecommended for
Read-onlyClaude only needs to query, search, analyze, or summarize catalog data.First setup, catalog analysis, data quality checks, and safe exploration.
Read/WriteClaude needs to create, update, or modify catalog data through MCP tools.Controlled automation workflows where users understand the impact of write actions.


For most users, start with the Read-only package. You can move to Read/Write later if your workflow needs Claude to update data in Sales Layer.


Download the MCP Server package


  1. Open the Sales Layer MCP Server page.
  2. Go to the Local Installation Package section.
  3. Choose the package you need: Read-only or Read/Write.
  4. Download the package to your computer.


https://www.saleslayer.com/ai-pim/mcp


The downloaded file should be an MCP package file, usually with the .mcpb extension. You do not need to extract it manually.

Install the package in Claude Desktop


  1. Open Claude Desktop.
  2. Open Settings.
  3. Go to Extensions.
  4. Open Advanced settings.
  5. Go to the Extension Developer section.
  6. Click Install Extension....
  7. Select the downloaded .mcpb file.
  8. Wait for Claude Desktop to install the extension.


Claude Desktop handles the installation automatically. You should not need to extract or edit the package files manually.


Add your Catalog Token


During the installation, Claude Desktop asks you to configure the Sales Layer MCP extension.


  1. Find the field that asks for the Sales Layer API Token or Catalog Token.
  2. Paste your Sales Layer Catalog Token.
  3. Save the configuration.
  4. Restart Claude Desktop if Claude asks you to do so.
!

Warning: Keep your Catalog Token secure. Do not share it in screenshots, emails, tickets, or chat conversations.

If need, the Claude Desktop configuration file can be edited:


  1. Open the Claude Desktop configuration file.
  2. On Windows, the file is located at %APPDATA%\Claude\claude_desktop_config.json.
  3. On macOS, the file is located at ~/Library/Application Support/Claude/claude_desktop_config.json.
  4. Add the following configuration.


{
  "mcpServers": {
    "sales-layer": {
      "command": "npx",
      "args": ["--yes", "@saleslayer/mcp-server@latest"],
      "env": {
        "CATALOG_TOKEN": "your_token_here"
      }
    }
  }
}


  1. Replace your_token_here with your real Sales Layer Catalog Token.
  2. Restart Claude Desktop.


Test the connection


Once the extension is installed, open a new conversation in Claude Desktop and ask a simple question to confirm that the Sales Layer tools are available.


You can start with:


What Sales Layer tools are available?


You can also test with a catalog question:


Can you list my product catalogs?


If the connection is working, Claude should be able to see the Sales Layer MCP tools and use them to answer catalog-related questions.


Example prompts


After the connection is ready, you can ask Claude questions such as:


  • Show me a summary of my catalog.
  • Find products with missing descriptions.
  • List products from a specific category.
  • Check whether any products have incomplete technical attributes.
  • Generate a quality report for my product information.


If you installed the Read-only package, Claude can query and analyze data, but it cannot update the catalog. This is the recommended setup for first-time use.


Troubleshooting


IssueLikely causeWhat to do
Claude Desktop does not show ExtensionsYour Claude Desktop version may not support MCP extension installation.Update Claude Desktop and check whether the Extensions area appears in Settings.
The .mcpb file cannot be installedThe file may be incomplete, blocked by system permissions, or not the correct package.Download the package again and make sure you are selecting the .mcpb file from Claude Desktop.
Token validation failsThe Catalog Token may be incorrect, expired, or not valid for the expected catalog.Copy the token again and retry. If it still fails, contact Sales Layer Support.
No Sales Layer tools are availableThe extension may not have loaded correctly, or Claude Desktop may need to restart.Restart Claude Desktop and open a new conversation. If the issue continues, remove and reinstall the extension.
Claude can read data but cannot update itThe Read-only package was installed.Use Read/Write only if your use case requires updates and you understand the effect of write actions.


Best practices


Start with the Read-only package. It allows Claude to analyze your catalog safely without changing data in Sales Layer.


Use the Read/Write package only for trusted workflows where Claude is expected to create or update information in your catalog.


Keep your Catalog Token secure and do not include it in screenshots, shared documents, or support tickets.


After installing or changing the package, restart Claude Desktop and test the connection with a simple prompt before using it for real catalog work.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article