Give Claude or ChatGPT Real-Time Product Data via Apify's MCP Server (Full Setup Guide) Apify released a setup guide for connecting Claude Desktop and ChatGPT to its MCP server, which exposes more than 70,000 Store actors as callable tools for live data retrieval. Apify's own testing found that Claude browsing five major retailers directly returned 0 products out of 100, while routing the same queries through Apify's MCP server returned 100 out of 100, with the guide demonstrating structured product extraction via a dedicated e-commerce actor. Ask Claude or ChatGPT to check the price of something on a random e-commerce site, and it'll either refuse no browsing or guess from stale training data. Even agents with browsing turn up empty-handed more often than you'd expect: Apify's own testing found that Claude browsing five major retailers directly pulled 0 products out of 100 — with Apify's MCP server in the loop, that became 100 out of 100 . Same model, same question, completely different result, because the bottleneck was never the model's reasoning — it was the lack of a reliable way to read a product page. This guide shows the exact setup: connecting Claude Desktop to Apify's MCP server, then pulling clean, structured product data through it — including a real example using an actor built specifically for this Product Data for AI Shopping Agents https://apify.com/dynamict3ch/product-data-for-ai-shopping-agents . MCP Model Context Protocol is a standard that lets an AI model call external tools mid-conversation — not just generate text, but actually fetch live data or take actions. Apify runs an MCP server that exposes its entire Store 70,000+ actors — scrapers, extractors, automations as callable tools. Once connected, Claude can search for the right tool, call it with real input, and get real output back, all inside the conversation. Open Claude Desktop's config file claude desktop config.json and add one of these: Remote, OAuth recommended — no token to manage : { "mcpServers": { "apify": { "url": "https://mcp.apify.com" } } } First connection opens your browser for Apify sign-in and approval. Nothing else to configure. Remote, with a token if you'd rather not do the OAuth flow : { "mcpServers": { "apify": { "url": "https://mcp.apify.com", "headers": { "Authorization": "Bearer