catalog cli pro for Grok
io.github.bwb03/catalog-cli-pro
Amazon catalog auditing tool. 13 quality checks for your listings.
client:Grok
transport:stdio
runtime:npm
Install catalog cli pro in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"catalog-cli-pro": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@bwb03/catalog-cli-pro"
],
"env": {
"CATALOG_API_KEY": "<CATALOG_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs