MCP server for shopping — search products, compare prices, and look up product details from any AI agent. Works with Claude, Cursor, and Codex.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"silicon-mcp": {
"command": "npx",
"args": [
"-y",
"Silicon-Store/silicon-mcp"
]
}
}
}
Run in terminal:
claude mcp add silicon-mcp npx -y Silicon-Store/silicon-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"silicon-mcp": {
"command": "npx",
"args": [
"-y",
"Silicon-Store/silicon-mcp"
]
}
}
}