Skip to content
Cursor

instacart for Cursor

io.github.markswendsen-code/instacart

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

client:Cursor transport:stdio runtime:npm

Install instacart in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

instacart in other clients