mcp-instacart

markswendsen-code/mcp-instacart
★ 1 stars TypeScript AI/LLM Updated 2d ago
MCP server for Instacart - let AI agents order groceries
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-instacart": {
      "command": "npx",
      "args": [
        "-y",
        "markswendsen-code/mcp-instacart"
      ]
    }
  }
}

README Excerpt

**Order groceries via Instacart using AI agents** Part of [Strider Labs](https://github.com/striderlabsdev/striderlabs) — action execution for personal AI agents. 1. Add this to your Claude Desktop config: ```json { "mcpServers": { "instacart": { "command": "npx", "args": ["-y", "@striderlabs/mcp-instacart"]

Topics

ai-agentai-agentsautomationclaude-desktopgrocerygrocery-deliveryinstacartmcpmcp-servermodel-context-protocol