instacart for Cline
io.github.markswendsen-code/instacart
MCP server for Instacart - let AI agents manage grocery shopping and place orders autonomously
client:Cline
transport:stdio
runtime:npm
Install instacart in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"instacart": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-instacart"
],
"env": {
"INSTACART_EMAIL": "<INSTACART_EMAIL>",
"INSTACART_PASSWORD": "<INSTACART_PASSWORD>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs