Silicon MCP
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Silicon MCPFind the cheapest price for PlayStation 5"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Silicon MCP
A Model Context Protocol server for the Silicon Product API — let Claude (or any MCP client) search products, compare prices, and look up product details across hundreds of stores.
This package is a thin client. All the work runs on Silicon's infrastructure; the only thing you need locally is an API key.
Tools
Tool | Description |
| Full product details (price, availability, GTIN/MPN, images, specs) from one product URL |
| Find a product across a region's enabled retailers |
| Per-retailer offers + low/high price range for one product |
| Supported retailers per region (free) |
Related MCP server: MCP SearXNG Enhanced
Get an API key
Sign up at https://siliconstore.com/developers — the free tier includes a
monthly request allowance. Your key looks like sk_live_….
Install as a Claude plugin (one command)
/plugin marketplace add silicon-store/silicon-mcp
/plugin install silicon@siliconThen set SILICON_API_KEY in your environment. The plugin bundles this MCP
server and adds a /product <url> command.
Use with Claude Code (MCP only)
claude mcp add silicon --env SILICON_API_KEY=sk_live_your_key -- npx -y silicon-mcpUse with Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"silicon": {
"command": "npx",
"args": ["-y", "silicon-mcp"],
"env": { "SILICON_API_KEY": "sk_live_your_key" }
}
}
}Environment variables
Var | Required | Default | Purpose |
| yes (stdio) | — | Your |
| no |
| Override the API host |
Transports
stdio (default):
npx silicon-mcp— for desktop/CLI MCP clients.Streamable HTTP (hosted):
node dist/http.js→POST /mcp. Multi-tenant — each request forwards the caller's ownAuthorization: Bearer sk_…to the API.
Develop
npm install
npm run build
SILICON_API_KEY=sk_live_… npm startLicense
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Silicon-Store/silicon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server