Claude Desktop
Prerequisites
Section titled “Prerequisites”- Claude Desktop installed
- An OpenShop app token and store slug
- Choose sandbox or production (see OpenShop MCP overview for URLs)
Hosted connection (Claude UI)
Section titled “Hosted connection (Claude UI)”- In Claude Desktop, click the + button in the bottom-left of the chat card.
- Click Connectors.
- Click Manage Connectors.
- Click + and choose Add custom connector.
- Enter a name (for example:
OpenShop). - Enter your MCP URL:
- Sandbox:
https://sandbox-mcp.openshopgo.com/mcp - Production:
https://mcp.openshopgo.com/mcp
- Sandbox:
- Click Add, then click Connect.
- In the OpenShop auth screen, enter your app token.
- You can get this from OpenShop: Settings -> App Tokens.
- Enter your store slug, then click Connect Store.
- You should be redirected back to Claude Desktop.
- Confirm the OpenShop tool is enabled in the chat, then start prompting.
Fallback: config file method
Section titled “Fallback: config file method”If the connector UI is unavailable in your Claude build, you can still connect using claude_desktop_config.json:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
{ "mcpServers": { "openshop": { "type": "streamablehttp", "url": "https://mcp.openshopgo.com/mcp" }, "openshop-sandbox": { "type": "streamablehttp", "url": "https://sandbox-mcp.openshopgo.com/mcp" } }}