instacart for Grok
io.github.markswendsen-code/instacart
MCP server for Instacart - let AI agents manage grocery shopping and place orders autonomously
client:Grok
transport:stdio
runtime:npm
Install instacart in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"instacart": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-instacart"
],
"env": {
"INSTACART_EMAIL": "<INSTACART_EMAIL>",
"INSTACART_PASSWORD": "<INSTACART_PASSWORD>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs