Skip to content
Claude Desktop

instacart for Claude Desktop

io.github.markswendsen-code/instacart

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

client:Claude Desktop transport:stdio runtime:npm

Install instacart in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "instacart": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-instacart"
      ],
      "env": {
        "INSTACART_EMAIL": "<INSTACART_EMAIL>",
        "INSTACART_PASSWORD": "<INSTACART_PASSWORD>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

instacart in other clients