blinkit-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@blinkit-mcpBuy milk from Blinkit"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
⨠What is Blinkit MCP?
Blinkit MCP is a plug-and-play MCP server that allows Claude Desktop to automate your grocery shopping on Blinkit.
Your AI can:
š Search for products (groceries, electronics, etc.)
š Add items to your cart
š Manage delivery locations
š³ Automate checkout and UPI payments
š Login securely with phone and OTP
No manual clicking required. Just ask Claude to buy milk.
Related MCP server: Kroger MCP Server
š¬ Quick Demo
https://github.com/user-attachments/assets/531f09ad-648a-4ee2-9271-5993ce637093
š” Ask Claude: "Buy milk from Blinkit"
š Quick Start (30 seconds)
Install
uv(if you don't have it):macOS / Linux
curl -LsSf https://astral.sh/uv/install.sh | shWindows
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"(Optional) Pre-install Browsers
If you want to speed up the first run:uvx playwright install chromium # OR if you have Node.js: # npx playwright install chromiumDownload the MCP bundle
š blinkit-mcp.mcpbDouble-click the
.mcpbfile ā Claude Desktop installs it automatically.Open Claude Desktop and start shopping.
š„ Key Features
Feature | Description |
š Secure Auth | Login via Phone Number & OTP (Session persisted locally) |
š Smart Search | Find products by name and get pricing/details |
š Cart Management | Add items, check cart status, and verify availability |
š Location | Detect or manually set delivery location |
š³ Payment Automation | New! Select saved UPI IDs or enter new ones automatically |
š Checkout Flow | Handles address selection and ordering flow seamlessly |
š¦ One-Click Installation (Recommended)
Download and install directly in Claude Desktop:
Supports: macOS ⢠Windows ⢠Linux
š ļø Manual Installation
If you prefer to run from source:
Clone and Run:
git clone https://github.com/hereisSwapnil/blinkit-mcp.git cd blinkit-mcp # Install uv (if needed) curl -LsSf https://astral.sh/uv/install.sh | sh # Install Python dependencies uv sync # Install Playwright browsers uv run playwright install chromium # Run the server uv run main.pyConfigure Claude Desktop:
Add this to your
claude_desktop_config.json:{ "mcpServers": { "blinkit-mcp": { "command": "/usr/local/bin/uv", "args": ["run", "main.py"], "cwd": "/absolute/path/to/blinkit-mcp", "env": { "HEADLESS": "false" } } } }(Set
HEADLESStofalseto see the browser action, ortruefor background mode)
š§° Available MCP Tools
Tool | Description |
| Check if currently logged in |
| Login with phone number |
| Verify login with OTP |
| Manually search and set delivery location |
| Search for products |
| Add product to cart by index |
| Remove item from cart |
| View cart contents |
| Proceed to checkout |
| Get list of saved addresses |
| Select a delivery address |
| Proceed to payment page |
| List available UPI payment options |
| Select a specific UPI ID for payment |
| Click the final Pay Now button |
š¬ Example Queries
"Buy milk from Blinkit to my home and use my UPI for payment"
"Order 2 packets of Maggi and pay via UPI"
"Get me some chips, deliver to office, and checkout"
š Project Structure
blinkit-mcp/
āāā main.py # MCP server entry point
āāā src/
ā āāā auth/ # Authentication module
ā ā āāā service.py # Auth service implementation
ā āāā order/ # Order management module
ā ā āāā blinkit_order.py # Main order controller
ā ā āāā services/ # Domain services
ā ā āāā base.py # Base service class
ā ā āāā search.py # Search logic
ā ā āāā location.py # Location logic
ā ā āāā cart.py # Cart logic
ā ā āāā checkout.py # Checkout & Payment logic
ā āāā server.py # MCP Tool definitions
āāā test/
ā āāā cli.py # CLI for testing independent of Claude
āāā README.mdš License
Licensed under the MIT License.
Blinkit MCP turns Claude into your personal grocery assistant.
ā ļø Disclaimer
This project is an experimental proof of concept and is not affiliated, associated, authorized, endorsed by, or in any way officially connected with Blinkit (Grofers India Private Limited), or any of its subsidiaries or its affiliates. The official Blinkit website can be found at blinkit.com.
Star History
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceEnables AI agents to search for products, manage shopping carts, and place grocery orders on Instacart using browser automation. It includes comprehensive tools for store discovery, product searching, and secure checkout with explicit user confirmation.Last updated11845MIT
- Flicense-qualityCmaintenanceIntegrates Kroger's public API with Claude to allow adding meal plan grocery lists directly to your Kroger cart via natural language.Last updated
- AlicenseAqualityDmaintenanceEnables Claude to browse stores, search products, manage the cart, and open checkout on Rappi Chile through natural language, automating grocery and delivery purchases.Last updated121MIT
- Alicense-qualityDmaintenanceAutomated grocery shopping assistant with intelligent unit pricing and automatic coupon clipping, enabling AI to search products, manage carts, and plan grocery runs via Claude Desktop or CLI.Last updated1The Unlicense
Related MCP Connectors
AI-powered browser automation ā navigate, click, fill forms, and extract data from any website.
Search direct grocery storefronts and create product-link pickup handoffs.
Search Rakuten Ichiba products and compare prices via Claude. Zero setup, no API key needed.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hereisSwapnil/blinkit-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server