Instacart runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 11 Jun 2026.
MCP server for Instacart - let AI agents manage grocery shopping and place orders autonomously
Today is the operative word: we check Instacart every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add instacart -- npx -y @striderlabs/mcp-instacart
{
"mcpServers": {
"instacart": {
"args": [
"-y",
"@striderlabs/mcp-instacart"
],
"command": "npx"
}
}
}
[mcp_servers.instacart]
command = "npx"
args = ["-y", "@striderlabs/mcp-instacart"]
{
"mcpServers": {
"instacart": {
"args": [
"-y",
"@striderlabs/mcp-instacart"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"instacart": {
"args": [
"-y",
"@striderlabs/mcp-instacart"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
INSTACART_EMAIL (Instacart email for authentication), INSTACART_PASSWORD (Instacart account password).
The author declared them in the registry entry; get the values from the project itself.
MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously
MCP server for Kroger - search products, manage cart, place grocery orders
MCP server for OpenTable - let AI agents book restaurant reservations and manage dining autonomously
MCP server for DoorDash - let AI agents order food delivery autonomously with browser-based ordering
MCP server for Uber Eats - let AI agents order food delivery
MCP server for Spotify - let AI agents control playback, search music, and manage playlists
MCP server for Chipotle - let AI agents order burritos, bowls, and more
MCP server for Target - search products, manage cart, track orders
Answers built from our own checks of this server.