Generate your Claude Desktop / Cowork config snippet. Nothing leaves this page — the form runs in your browser and produces JSON you paste into your local config file. View on GitHub
lk_.From your Amazon SP-API developer account. If you haven't registered an SP-API app yet, do that first.
Atzr|.A.Separate from SP-API — registered in Amazon Advertising Console. Skip this section if you only use SP-API.
Paste this inside the mcpServers object of your Claude config file.
If the file already has other MCPs, merge these keys in; don't replace the whole object.
(fill the form above and click Generate)
Open in your editor:
~/Library/Application Support/Claude/claude_desktop_config.json
Or from Terminal:
open -a TextEdit ~/Library/Application\ Support/Claude/claude_desktop_config.json
In Explorer address bar, paste:
%APPDATA%\Claude\claude_desktop_config.json
Or in PowerShell:
notepad $env:APPDATA\Claude\claude_desktop_config.json
~/.config/Claude/claude_desktop_config.json
After saving, fully quit Claude (⌘Q on Mac / Alt+F4 on Windows) and reopen it.
First launch downloads mcp-remote (~10 seconds); subsequent launches are instant.
In a new chat, try:
list my amazon marketplaces via the amazon-sp-api connector
check my amazon ads credentials
Both should return real data from your account.
npx to run the bridge that forwards requests to Lumitec's hosted server.
"Some MCP servers could not be loaded" — you probably pasted the snippet outside the mcpServers object, or with a trailing comma issue. Validate the full file at jsonlint.com.
"missing or invalid X-Lumitec-Key" — the Lumitec key is wrong or expired. Email a.walters@lumitec.ai.
"Failed to authenticate with Amazon" — your Amazon Client ID / Secret / Refresh Token combination is wrong. Refresh tokens are region-locked: a token issued under the EU marketplace won't work with region: na. Re-run the seller authorisation flow for the right region.
MCPs don't appear after restart — check Claude Desktop is showing the right config file: Settings → Developer → MCP Config. If Node is missing, install it from nodejs.org.