VOC Amazon Reviews for Grok
io.github.mguozhen/voc-amazon-reviews-mcp
Amazon review intelligence via Shulex OpenAPI. 10 marketplaces, verified-purchase & Vine signals.
client:Grok
transport:stdio
runtime:pypi
Install VOC Amazon Reviews in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"voc-amazon-reviews-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"voc-amazon-reviews-mcp"
],
"env": {
"VOC_API_KEY": "<VOC_API_KEY>",
"ANTHROPIC_API_KEY": "<ANTHROPIC_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