Skip to main content
ClaudeWave

Unofficial Listonic MCP server — let your AI read and manage your real grocery list (add items, check off, meal-plan into it)

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
Install in Claude Code / Claude Desktop
Method: pip / Python · listonic-mcp
Claude Code CLI
claude mcp add listonic-mcp -- python -m listonic-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "listonic-mcp": {
      "command": "python",
      "args": ["-m", "listonic-mcp"],
      "env": {
        "LISTONIC_PASSWORD": "<listonic_password>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install first: pip install listonic-mcp
Detected environment variables
LISTONIC_PASSWORD
Use cases

MCP Servers overview

# listonic-mcp

<!-- mcp-name: io.github.ArturLys/listonic-mcp -->

[![PyPI](https://img.shields.io/pypi/v/listonic-mcp)](https://pypi.org/project/listonic-mcp/)
[![CI](https://github.com/ArturLys/listonic-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/ArturLys/listonic-mcp/actions/workflows/ci.yml)
![Python 3.10+](https://img.shields.io/badge/python-3.10%2B-blue.svg)
![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)

An [MCP](https://modelcontextprotocol.io/) (Model Context Protocol) server that gives AI agents — Claude, Cursor, or any MCP client — hands on your real [Listonic](https://listonic.com/) grocery list. Read it, add to it, check things off, across every device Listonic syncs to.

The obvious win: **meal planning that ends in a shopping list.** Ask your agent to plan the week's dinners, and the missing ingredients land straight on the list on your phone — quantities and all. Or paste a recipe and say "add what I don't have": the server tells the agent which items are checked (already at home) and which aren't.

```
You:   plan me 3 cheap high-protein dinners and put the ingredients on my list
Agent: [reads your list — sees you already have rice, eggs, frozen spinach]
       [adds: 1 kg chicken thighs, 400 g lentils, greek yogurt ×2, ...]
```

> **Unofficial.** Not affiliated with Listonic. Built on their web app's API (reverse-engineered — fully documented in [API.md](API.md)). It may break if Listonic changes their API.

## Install

Requires **Python 3.10+** and a Listonic account (free):

```bash
pip install listonic-mcp
```

## Add to your agent

Point `command` at `listonic-mcp` and pass your Listonic login:

```json
{
  "mcpServers": {
    "listonic": {
      "command": "listonic-mcp",
      "env": {
        "LISTONIC_EMAIL": "you@example.com",
        "LISTONIC_PASSWORD": "your-listonic-password"
      }
    }
  }
}
```

The same values can be passed as `--email` / `--password` args instead — whichever your client makes easier.

<details>
<summary>Claude Code</summary>

```bash
claude mcp add listonic -e LISTONIC_EMAIL=you@example.com -e LISTONIC_PASSWORD=your-password -- listonic-mcp
```

</details>

<details>
<summary>Cursor</summary>

`Cursor Settings` → `MCP` → `New MCP Server`, paste the JSON config above.

</details>

<details>
<summary>Google Antigravity</summary>

Add the JSON config above to `.gemini/antigravity/mcp_config.json`.

</details>

Then just ask:

```
What's on my grocery list? Check off the milk, I just bought it.
```

### Launch params

| Param        | Env var             | Default        | What it does                                        |
| ------------ | ------------------- | -------------- | --------------------------------------------------- |
| `--email`    | `LISTONIC_EMAIL`    | —              | Listonic account email (required).                  |
| `--password` | `LISTONIC_PASSWORD` | —              | Listonic account password (required).               |
| `--list-id`  | `LISTONIC_LIST_ID`  | first list     | Pin a default list; see `get_lists` for the ids.    |

## Tools

| Tool           | What it does                                                              |
| -------------- | ------------------------------------------------------------------------- |
| `get_lists`    | All your shopping lists with their ids.                                    |
| `get_items`    | Items on a list — checked (already have) vs unchecked (to buy).            |
| `add_items`    | Add one or many items in a single call (name, quantity, unit).             |
| `edit_items`   | Check/uncheck, rename, or re-quantity items — batched.                     |
| `delete_items` | Remove items entirely.                                                     |

Every tool takes an optional `list_id`, so multiple lists ("weekend BBQ", "pharmacy") work naturally.

## Good to know

- **Your password goes to Listonic only.** The server logs in against `api.listonic.com` directly and talks to nothing else — no telemetry, nothing stored beyond an in-memory session token (auto-refreshed when it expires).
- The client id/secret in the source are Listonic's own web-app credentials, embedded in their public JS bundle and shared by every web user — they are not personal secrets.
- The full reverse-engineered API is documented in [API.md](API.md) — lists, items, categories, account endpoints — if you want to extend the server.

## Make it yours

A single readable file with no framework magic. Fork it and edit anything — add price tracking, category sorting, a recipe parser. Run from source:

```bash
git clone https://github.com/ArturLys/listonic-mcp.git
cd listonic-mcp
pip install -e .
listonic-mcp --email you@example.com --password your-password
```

## Credits

- [Listonic](https://listonic.com/) — the shopping list app this talks to. Go pay them for premium if you live off it.

## License

MIT
ai-agentclaudegrocery-listlistonicmcpmcp-servermeal-planningmodel-context-protocolshopping-list

What people ask about listonic-mcp

What is ArturLys/listonic-mcp?

+

ArturLys/listonic-mcp is mcp servers for the Claude AI ecosystem. Unofficial Listonic MCP server — let your AI read and manage your real grocery list (add items, check off, meal-plan into it) It has 0 GitHub stars and was last updated today.

How do I install listonic-mcp?

+

You can install listonic-mcp by cloning the repository (https://github.com/ArturLys/listonic-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ArturLys/listonic-mcp safe to use?

+

ArturLys/listonic-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains ArturLys/listonic-mcp?

+

ArturLys/listonic-mcp is maintained by ArturLys. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to listonic-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy listonic-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ArturLys/listonic-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/arturlys-listonic-mcp)](https://claudewave.com/repo/arturlys-listonic-mcp)
<a href="https://claudewave.com/repo/arturlys-listonic-mcp"><img src="https://claudewave.com/api/badge/arturlys-listonic-mcp" alt="Featured on ClaudeWave: ArturLys/listonic-mcp" width="320" height="64" /></a>

More MCP Servers

listonic-mcp alternatives