# Ourgroceries Mcp

> MCP server for OurGroceries.com grocery list management

- **Type:** MCP server
- **Install:** `agentstack add mcp-justincampbell-ourgroceries-mcp`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [justincampbell](https://agentstack.voostack.com/s/justincampbell)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [justincampbell](https://github.com/justincampbell)
- **Source:** https://github.com/justincampbell/ourgroceries-mcp

## Install

```sh
agentstack add mcp-justincampbell-ourgroceries-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# OurGroceries MCP Server

A Model Context Protocol (MCP) server for managing grocery lists on OurGroceries.com.

## Features

This MCP server provides tools to:

- Get all grocery lists and their items
- Add items to lists
- Remove items from lists
- Update item details (name, category, notes, star rating)
- Toggle items as crossed off/uncrossed

## Installation

### Step 1: Login to OurGroceries

Authenticate with your OurGroceries account:

```bash
npx ourgroceries-mcp login
```

Enter your email and password when prompted.

### Step 2: Add to Claude

#### For Claude Code

```bash
claude mcp add ourgroceries npx ourgroceries-mcp
```

#### For Claude Desktop

Add to your configuration file:

**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`
**Windows:** `%APPDATA%\Claude\claude_desktop_config.json`

```json
{
  "mcpServers": {
    "ourgroceries": {
      "command": "npx",
      "args": ["ourgroceries-mcp"]
    }
  }
}
```

Then restart Claude Desktop.

## What You Can Do

- **View your lists:** See all your grocery lists and items
- **Add items:** Add new items to any list with optional notes
- **Remove items:** Delete items from your lists
- **Update items:** Change item names, categories, notes, or star ratings
- **Check off items:** Mark items as crossed off or uncrossed

## Example Usage

Once configured, you can ask Claude:

- "What's on my grocery list?"
- "Add milk to my shopping list"
- "Mark eggs as crossed off"
- "Remove bread from the list"
- "Update the note on bananas to say 'organic'"

## License

MIT

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [justincampbell](https://github.com/justincampbell)
- **Source:** [justincampbell/ourgroceries-mcp](https://github.com/justincampbell/ourgroceries-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-justincampbell-ourgroceries-mcp
- Seller: https://agentstack.voostack.com/s/justincampbell
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
