Skip to content
Zed

listonic mcp for Zed

io.github.arturlys/listonic-mcp

Let your AI manage your real grocery list — unofficial Listonic MCP server

client:Zed transport:stdio runtime:pypi

Install listonic mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "listonic-mcp": {
      "command": "uvx",
      "args": [
        "listonic-mcp"
      ],
      "env": {
        "LISTONIC_EMAIL": "<LISTONIC_EMAIL>",
        "LISTONIC_PASSWORD": "<LISTONIC_PASSWORD>",
        "LISTONIC_LIST_ID": "<LISTONIC_LIST_ID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

listonic mcp in other clients