Home › Other › mcp-instacart

mcp-instacart

MCP server for Instacart - let AI agents manage grocery shopping and place orders autonomously

TypeScript
★ 10 stars Last pushed 2026-06-11

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.2.2)

npx -y @striderlabs/mcp-instacart@0.2.2

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-instacart": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-instacart@0.2.2"
      ],
      "env": {
        "INSTACART_EMAIL": "<YOUR_VALUE>",
        "INSTACART_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • INSTACART_EMAIL required — Instacart email for authentication
  • INSTACART_PASSWORD required secret — Instacart account password

Related servers

Data from the Official MCP Registry