Compare electronics part prices across 16 Egyptian shops
About this site
Egypt Electronics Parts Search is a free price-comparison tool for electronic components in Egypt. Type a part number or a description, such as LM7805, ESP32 or 10k resistor, and it searches 16 Egyptian online electronics shops at the same time (see the Shops tab). The results are merged into one list with in-stock items only, sale prices next to the original price, the per-piece price for packs, and sorting by best match or lowest price.
Paste a whole parts list, one part per line, to get the cheapest mix of shops and the single shop that can supply the most of it. Star any product to save it and re-check its price later. Nothing to install and no account needed: saved items stay in your browser.
I built this for myself because I was tired of searching every shop one by one. I'm not affiliated with any of the shops listed; all prices and stock come from their own websites, and every result links straight to the shop.
عن الموقع بالعربي
موقع مجاني لمقارنة أسعار القطع والمكونات الإلكترونية في مصر. اكتب رقم القطعة أو وصفها، مثل LM7805 أو ESP32 أو مقاومة 10k، ويبحث الموقع في 16 متجر إلكترونيات مصري في نفس الوقت (تجدها في تبويب Shops). تُجمع النتائج في قائمة واحدة تعرض القطع المتوفرة فقط، مع سعر التخفيض بجانب السعر الأصلي، وسعر القطعة الواحدة في العبوات، مع إمكانية الترتيب حسب الأقرب للبحث أو الأرخص.
أضف قائمة قطع كاملة، كل قطعة في سطر، لتعرف أرخص توليفة من المتاجر وأفضل متجر واحد يوفر أكبر عدد منها. اضغط على النجمة لحفظ أي منتج وإعادة فحص سعره لاحقًا. لا يحتاج الموقع إلى حساب، والقطع المحفوظة تبقى في متصفحك فقط.
صنعت هذا الموقع لنفسي لأنني تعبت من البحث في كل متجر على حدة. لا تربطني أي علاقة بأي من المتاجر المذكورة؛ كل الأسعار والتوفر تأتي من مواقع المتاجر نفسها، وكل نتيجة تنقلك مباشرة إلى المتجر.
Common questions
Where can I buy electronic components in Egypt?
The 16 shops in the Shops tab all sell online and deliver across Egypt. Search a part here to see which of them have it in stock right now and at what price.
Which shop is cheapest for Arduino, ESP32 or Raspberry Pi parts?
It changes from part to part, which is why this tool exists: search once and the results are sorted so the lowest price is easy to spot. Paste your whole list to find the cheapest single shop, which also saves on shipping.
Are the prices live?
Yes. Every search asks the shops' own websites, so prices and stock are what each shop lists. To avoid asking the shops again for the same part, answers are reused for up to an hour at two steps, so a price can be up to about two hours old.
Is it free?
Yes, and open source. There is no account, and saved items never leave your browser.
Open source under the AGPL-3.0 license · Source on GitHub · Built by Ahmed Shaalan.
Every search checks these shops at the same time.
Know a shop with an online store that should be here? Suggest it on GitHub.
Use it from Claude or another AI assistant
This search also comes as an MCP server, a small program that gives an AI assistant such as Claude the same search as this site. Ask it things like “find the cheapest LM7805” or “price this parts list” and paste the list; it searches all 16 shops and answers with prices, links and totals.
It runs on your own computer and asks the shops directly, so there is no account, key or fee. It uses the same matching as this site, so it finds the same parts.
Set it up
You need Node.js 20 or newer and Git. Download the code:
git clone https://github.com/AhmedShaalan/Egypt-Electronics-Parts-Search.git
cd Egypt-Electronics-Parts-Search/mcp
npm install
Claude Code: in the same folder, run:
claude mcp add --scope user egypt-parts -- node "$PWD/server.js"
Claude Desktop or another app: add this to the app's MCP settings (in Claude Desktop: Settings → Developer → Edit Config), with the full path to server.js on your computer, then restart the app:
{
"mcpServers": {
"egypt-parts": {
"command": "node",
"args": ["/full/path/to/Egypt-Electronics-Parts-Search/mcp/server.js"]
}
}
}
What the assistant can do
search_parts | Search every shop for one part: in-stock products, best match first, then cheapest. |
price_parts_list | Price a whole list like the Parts list tab: the pick for each part, the cheapest mix of shops and the cheapest single shop. |
check_price | Re-check one product's price and stock at its shop. |
list_shops | The shops it searches. |
Good to know
- Searches go from your computer straight to the shops. Nothing passes through this site.
- Answers are reused for an hour while the assistant is open, so asking again is instant and easy on the shops.
- If you search a lot in a short time, a shop may briefly refuse your connection. It then shows as failed and comes back later.
- Check a weak match before buying: the assistant is told which results are close and which may be a different part.
Setup details are in the mcp folder on GitHub.