
Instacart
Stock the fridge through your agent by connecting Instacart grocery browse, cart, and checkout flows over MCP.
Overview
Instacart MCP is a Build-phase MCP server that lets AI agents manage grocery shopping and place Instacart orders autonomously.
What is this MCP server?
- @striderlabs/mcp-instacart v0.2.2 for stdio MCP clients
- Autonomous grocery shopping and order placement for AI agents
- INSTACART_EMAIL and INSTACART_PASSWORD required environment variables
- Repository marksendsen-code/mcp-instacart on GitHub
- Published server version 0.2.2
- 2 required Instacart authentication environment variables
- Single npm package @striderlabs/mcp-instacart with stdio transport
What problem does it solve?
Grocery runs steal evening ship time when replenishing food still means a separate app and manual checkout.
Who is it for?
Indie hackers chaining agent-driven errands with product work and learning consumer MCP patterns from Strider Labs packages.
Skip if: Households needing shared approval on substitutions and tips, or businesses seeking sanctioned Instacart enterprise APIs.
What do I get? / Deliverables
After MCP setup with Instacart credentials, your agent can orchestrate shopping and ordering steps from your development environment.
- Agent-invokable Instacart shopping and ordering tools
- Credential-based Instacart session for automated carts
- Reusable grocery MCP connector in your agent config
Recommended MCP Servers
Journey fit
Instacart MCP is personal commerce automation that solo builders install while extending agent integrations in the build phase. Grocery marketplace access via MCP credentials maps to integrations, parallel to other Strider Labs consumer stdio servers.
How it compares
Consumer grocery browser MCP, not a meal-kit skill or inventory database connector.
Common Questions / FAQ
Who is Instacart MCP for?
It is for solo builders who want Instacart cart and order actions available to their MCP-connected coding agents.
When should I use Instacart MCP?
Use it during sustained build or operate sprints when grocery replenishment should ride on the same agent stack as your code tasks.
How do I add Instacart MCP to my agent?
Install @striderlabs/mcp-instacart, configure stdio in your MCP client, and provide INSTACART_EMAIL and INSTACART_PASSWORD for your account.