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
{
"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