VOC Amazon Reviews
Rank #13,963io.github.mguozhen/voc-amazon-reviews-mcp
Amazon review intelligence via Shulex OpenAPI. 10 marketplaces, verified-purchase & Vine signals.
VOC Amazon Reviews is a Model Context Protocol (MCP) server published by mguozhen. It ranks #13,963 of 115,591 servers tracked on MCP Toplist, and its repository has 33 GitHub stars. VOC Amazon Reviews is listed across 4 registries — Official MCP, Glama, PulseMCP and mcp.so, with 1 tracked version. It was first listed on Mar 7, 2026 and most recently updated on May 20, 2026.
Ranks ahead of 101,628 of 115,591 servers on MCP Toplist.
Use VOC Amazon Reviews
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add voc-amazon-reviews-mcp -e "VOC_API_KEY=<your VOC_API_KEY>" -e "ANTHROPIC_API_KEY=<your ANTHROPIC_API_KEY>" -- uvx voc-amazon-reviews-mcpReplace each placeholder with your own value before saving.
[mcp_servers.voc-amazon-reviews-mcp]
command = "uvx"
args = ["voc-amazon-reviews-mcp"]
[mcp_servers.voc-amazon-reviews-mcp.env]
VOC_API_KEY = "<your VOC_API_KEY>"
ANTHROPIC_API_KEY = "<your ANTHROPIC_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"voc-amazon-reviews-mcp": {
"command": "uvx",
"args": [
"voc-amazon-reviews-mcp"
],
"env": {
"VOC_API_KEY": "<your VOC_API_KEY>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"voc-amazon-reviews-mcp": {
"command": "uvx",
"args": [
"voc-amazon-reviews-mcp"
],
"env": {
"VOC_API_KEY": "<your VOC_API_KEY>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"voc-amazon-reviews-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"voc-amazon-reviews-mcp"
],
"env": {
"VOC_API_KEY": "<your VOC_API_KEY>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"voc-amazon-reviews-mcp": {
"command": "uvx",
"args": [
"voc-amazon-reviews-mcp"
],
"env": {
"VOC_API_KEY": "<your VOC_API_KEY>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"voc-amazon-reviews-mcp": {
"command": "uvx",
"args": [
"voc-amazon-reviews-mcp"
],
"env": {
"VOC_API_KEY": "<your VOC_API_KEY>",
"ANTHROPIC_API_KEY": "<your ANTHROPIC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mguozhen%2Fvoc-amazon-reviews-mcp)<a href="https://mcptoplist.com/server/io.github.mguozhen%2Fvoc-amazon-reviews-mcp"><img src="https://mcptoplist.com/badge/io.github.mguozhen%2Fvoc-amazon-reviews-mcp.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries (1 delisted)
mguozhen
Other servers by mguozhen
View all mguozhen servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | May 20, 2026 |
Frequently asked questions
- Who maintains VOC Amazon Reviews?
- VOC Amazon Reviews is maintained by mguozhen, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is VOC Amazon Reviews listed on the Official MCP Registry?
- Yes — VOC Amazon Reviews is listed on the Official MCP Registry, alongside Glama, PulseMCP and mcp.so.
- How many versions does VOC Amazon Reviews have?
- MCP Toplist tracks 1 version of VOC Amazon Reviews, most recently published on May 20, 2026.
- Where can I find the source code for VOC Amazon Reviews?
- The source code for VOC Amazon Reviews is hosted at github.com/mguozhen/voc-amazon-reviews.