Settings

Theme

Show HN: Blinkit MCP – Let Claude order groceries

github.com

4 points by hereisSwapnil 2 months ago · 0 comments · 1 min read

Reader

I built a small MCP server that lets Claude Desktop order groceries from Blinkit using natural language.

Example prompt:

“Buy milk from Blinkit”

Claude then:

• searches products • adds them to the cart • selects the delivery address • proceeds to checkout

Under the hood the flow looks like this:

Claude Desktop → MCP tool call → Python MCP server → Playwright browser automation → Blinkit website

Instead of relying on APIs, the agent interacts with Blinkit by controlling a real browser session through Playwright.

So Claude effectively becomes an agent that can complete a real world shopping task. The project started as an experiment around a simple question: If LLMs can control browsers reliably, do we still need service APIs for automation? Curious what other MCP integrations people are experimenting with.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection