MCP Server
MCP
io.github.markswendsen-code/instacart
MCP server for Instacart - let AI agents manage grocery shopping and place orders autonomously
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
By
Comments
Sign in to leave a comment