Temu MCP Server
Pricing
Pay per event + usage
Temu MCP Server
Give AI agents live access to Temu. This MCP server exposes tools to search products, fetch full product detail and browse the product feed — with price, images and sales — from Claude, Cursor, ChatGPT or n8n. Also runs as a classic scraper. Pay per tool call.
Pricing
Pay per event + usage
Rating
0.0
(0)
Developer
axly
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Give your AI assistant live access to Temu. This Actor runs as a Model Context Protocol (MCP) server so agents like Claude, Cursor, ChatGPT and n8n can search Temu, fetch product detail and browse the product feed in real time — and it also works as a classic one-shot scraper.
Tools exposed to AI agents
| Tool | What it does |
|---|---|
temu_product_feed | Products from Temu's homepage/recommendation feed — title, price, market price, discount, image, sales, URL. Works without login. |
temu_search_products | Keyword product search — same product fields, with sort options. Residential proxy recommended. |
temu_product_detail | Full detail for a product ID/URL — price, images, SKU variants, seller, rating, reviews, description. Residential proxy recommended; falls back to SEO fields when gated. |
Who uses this
- AI builders & agent developers — plug Temu product data into an assistant or workflow without writing a scraper or handling anti-bot.
- Dropshippers & analysts — ask your assistant to find products, compare prices and pull details conversationally.
- No-code automations — call the tools from n8n, Make or a custom agent.
Connect your MCP client
-
Start this Actor in Standby mode.
-
Point your MCP client at the standby URL with the
/mcppath (Streamable HTTP transport):<ACTOR_STANDBY_URL>/mcp -
Example Claude Desktop / Cursor config:
{"mcpServers": {"temu": {"url": "https://<your-actor-standby-url>/mcp"}}}
Your agent will then see temu_product_feed, temu_search_products and
temu_product_detail as callable tools.
Example agent prompts
- "Use Temu to find the 10 best-selling wireless earbuds and list their prices."
- "Get the full detail and variants for Temu product 601099651743804."
- "Show me 20 products from Temu's feed with their discounts."
Classic scraper mode
Prefer a one-shot run? Provide input and the Actor pushes rows to a dataset:
{ "mode": "search", "query": "wireless earbuds", "limit": 100 }
Modes: feed (default), search (needs query), detail (needs goodsIds).
Output fields
Product rows include goods_id, title, price, market_price, currency,
discount_text, sales_tip, image and url. Detail results add images,
skus, mall_name, rating, review_count and description.
FAQ
Do I need a Temu account or cookies? No — the server bootstraps its own session automatically.
Why are residential proxies recommended? Temu gates keyword search and full product detail from low-reputation IPs. Run with Apify residential proxies for the best coverage; the product feed works without them.
Which AI clients are supported? Any MCP-compatible client — Claude Desktop, Cursor, ChatGPT (MCP), n8n, and custom agents using the MCP SDK.
How is it billed? Per MCP tool call (plus a small start fee). See the Store listing for current pricing.