Odel
listonic mcp

listonic mcp

Local
@arturlysPythonMITUpdated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIlistonic-mcpv0.1.0

Run

uvx listonic-mcp

MCP client config

{
  "mcpServers": {
    "listonic-mcp": {
      "command": "uvx",
      "args": [
        "listonic-mcp"
      ]
    }
  }
}