PluginBench
MCP Server
Active
MIT

io.github.ArturLys/listonic-mcp MCP Server

io.github.ArturLys/listonic-mcp

What is the io.github.ArturLys/listonic-mcp MCP server?

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

How to install io.github.ArturLys/listonic-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • LISTONIC_EMAIL
    required

    Listonic account email

  • LISTONIC_PASSWORD
    required
    secret

    Listonic account password

  • LISTONIC_LIST_ID

    Optional: pin a default list id (otherwise the account's first list is used)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "listonic-mcp": {
      "command": "uvx",
      "args": [
        "listonic-mcp"
      ],
      "env": {
        "LISTONIC_EMAIL": "<YOUR_LISTONIC_EMAIL>",
        "LISTONIC_PASSWORD": "<YOUR_LISTONIC_PASSWORD>",
        "LISTONIC_LIST_ID": "<YOUR_LISTONIC_LIST_ID>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "listonic-mcp": {
      "command": "uvx",
      "args": [
        "listonic-mcp"
      ],
      "env": {
        "LISTONIC_EMAIL": "<YOUR_LISTONIC_EMAIL>",
        "LISTONIC_PASSWORD": "<YOUR_LISTONIC_PASSWORD>",
        "LISTONIC_LIST_ID": "<YOUR_LISTONIC_LIST_ID>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "listonic-mcp": {
      "command": "uvx",
      "args": [
        "listonic-mcp"
      ],
      "env": {
        "LISTONIC_EMAIL": "<YOUR_LISTONIC_EMAIL>",
        "LISTONIC_PASSWORD": "<YOUR_LISTONIC_PASSWORD>",
        "LISTONIC_LIST_ID": "<YOUR_LISTONIC_LIST_ID>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "listonic-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "listonic-mcp"
      ],
      "env": {
        "LISTONIC_EMAIL": "<YOUR_LISTONIC_EMAIL>",
        "LISTONIC_PASSWORD": "<YOUR_LISTONIC_PASSWORD>",
        "LISTONIC_LIST_ID": "<YOUR_LISTONIC_LIST_ID>"
      }
    }
  }
}
Claude Code
claude mcp add listonic-mcp --env LISTONIC_EMAIL=<YOUR_LISTONIC_EMAIL> --env LISTONIC_PASSWORD=<YOUR_LISTONIC_PASSWORD> --env LISTONIC_LIST_ID=<YOUR_LISTONIC_LIST_ID> -- uvx listonic-mcp

Related MCP servers

Search AO3 and have fics read by a secondary model before they're recommended

1
Python
MIT
View repository →