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_EMAILrequiredListonic account email
LISTONIC_PASSWORDrequiredsecretListonic account password
LISTONIC_LIST_IDOptional: 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-mcpRelated MCP servers
Search AO3 and have fics read by a secondary model before they're recommended
1
View repository →Python
MIT