Blinkit MCP is an open source MCP server that allows Claude Desktop to browse, search, and order groceries from Blinkit using natural language. Instead of manually opening Blinkit and adding items to the cart, you can simply ask Claude: "Buy milk from Blinkit and pay using UPI" The system uses the Model Context Protocol (MCP) to expose tools that Claude can call, while the backend uses Playwright to automate the Blinkit website.
Hey everyone 👋
I built Blinkit MCP while experimenting with Claude MCP servers and browser automation.
The idea was simple:
What if Claude could actually complete real world tasks like ordering groceries?
So I built a Python MCP server that exposes tools Claude can call, while Playwright handles the browser automation behind the scenes.
You can literally tell Claude:
"Buy milk from Blinkit."
And Claude will go through the full flow from search to checkout.
This project is mostly an experiment in AI agents interacting with real websites.
Would love feedback and ideas for other MCP integrations to build.
Repo:
https://github.com/hereisSwapnil...
Report
No reviews yetBe the first to leave a review for Blinkit MCP