Skip to content
Cline

listonic mcp for Cline

io.github.arturlys/listonic-mcp

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

client:Cline transport:stdio runtime:pypi

Install listonic mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

listonic mcp in other clients