← Back to Plugins
MCP Server MCP

io.github.markswendsen-code/instacart

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @striderlabs/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@striderlabs/mcp-instacart",
      "version": "0.2.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Instacart email for authentication",
          "isRequired": true,
          "format": "string",
          "name": "INSTACART_EMAIL"
        },
        {
          "description": "Instacart account password",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "INSTACART_PASSWORD"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...