← Index

io.github.markswendsen-code/instacart

io.github.markswendsen-code/instacart·v0.2.2·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "instacart": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-instacart"
      ],
      "env": {
        "INSTACART_EMAIL": "<instacart_email>",
        "INSTACART_PASSWORD": "<your-instacart_password>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "instacart": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-instacart"
      ],
      "env": {
        "INSTACART_EMAIL": "<instacart_email>",
        "INSTACART_PASSWORD": "<your-instacart_password>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @striderlabs/mcp-instacart
§02  Environment variables
INSTACART_EMAIL
required

Instacart email for authentication

INSTACART_PASSWORD
requiredsecret

Instacart account password

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other