Skip to main content
Barista at Zepto Cafe monitors a laptop screen showing MCP parsing text orders while Playwright automates mouse clicks.

Editorial illustration for Zepto Cafe Automates Order Processing with MCP Text Parsing and Playwright Clicks

Zepto Cafe's AI Automates Restaurant Order Processing Tech

Zepto Cafe uses MCP to parse text orders, Playwright runs the clicks

Updated: 3 min read

Zepto Cafe's new system doesn't order your coffee through a secret business deal. It does something more straightforward and a little weirder. It makes a computer open a web browser and click 'add to cart' for you.

The process splits the work. A model context protocol server reads your text and figures out what you want. It then hands off the job to Playwright, a tool for controlling browsers.

Playwright fires up a real browser, types in the Zepto website, clicks your address, and checks out. It’s not using a hidden API. It’s literally performing every tedious step you would.

Senior category manager Pranav Chandra Prodduturi recently demonstrated the thing, with Claude using it to order dessert.

In Zepto's setup, MCP interprets the user's text instruction and routes it to the appropriate action. Execution of those actions is handled by Playwright, which serves as the browser automation layer. Playwright controls a real web browser to navigate Zepto's website, select the delivery address, add items to the cart, and place the order--replicating the steps a human user would take rather than calling a backend API. In a demo video, Pranav Chandra Prodduturi, a senior category manager at Zepto, showed Claude placing a Zepto Cafe dessert order at a chosen address via the MCP server.

This approach is quietly practical. It bypasses the need to negotiate for or build a dedicated ordering API. It just simulates a person.

The technique is a blueprint for turning any language model into a functional agent for any website, provided you can tolerate the speed of a bot clicking around. The brownie still gets delivered. The method of getting it there, however, has shifted from a human reading a screen to a machine pretending to be one.

Common Questions Answered

How does Zepto Cafe's text parsing system (MCP) convert casual food instructions into precise digital orders?

MCP (Multi-Context Parsing) interprets user's text instructions and translates them into specific digital actions for order processing. The system intelligently routes and transforms casual text into structured commands that can be executed within the ordering workflow.

What role does Playwright serve in Zepto's automated ordering system?

Playwright acts as the browser automation layer that controls a real web browser to replicate human ordering steps. It navigates the website, selects delivery addresses, adds items to the cart, and completes transactions exactly as a human user would, without using traditional backend API connections.

What makes Zepto's ordering automation approach unique compared to traditional food delivery systems?

Unlike standard food delivery platforms that rely on direct API integrations, Zepto's system uses a real browser and mimics human interaction through text parsing and browser automation. This approach allows for more flexible and natural order processing by interpreting casual text instructions and executing them through a browser interface.

LIVE03:21OpenAI's Miles Wang in Talks for USD 2B AI Drug Discovery Startup