listonic-mcp
Rank #36,606io.github.ArturLys/listonic-mcp
Let your AI manage your real grocery list — unofficial Listonic MCP server
listonic-mcp is a Model Context Protocol (MCP) server published by ArturLys. It ranks #36,606 of 132,113 servers tracked on MCP Toplist. listonic-mcp is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 29, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 95,507 of 132,113 servers on MCP Toplist.
Use listonic-mcp
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add listonic-mcp -e "LISTONIC_EMAIL=<your LISTONIC_EMAIL>" -e "LISTONIC_PASSWORD=<your LISTONIC_PASSWORD>" -e "LISTONIC_LIST_ID=<your LISTONIC_LIST_ID>" -- uvx listonic-mcpReplace each placeholder with your own value before saving.
[mcp_servers.listonic-mcp]
command = "uvx"
args = ["listonic-mcp"]
[mcp_servers.listonic-mcp.env]
LISTONIC_EMAIL = "<your LISTONIC_EMAIL>"
LISTONIC_PASSWORD = "<your LISTONIC_PASSWORD>"
LISTONIC_LIST_ID = "<your LISTONIC_LIST_ID>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.ArturLys%2Flistonic-mcp)<a href="https://mcptoplist.com/server/io.github.ArturLys%2Flistonic-mcp"><img src="https://mcptoplist.com/badge/io.github.ArturLys%2Flistonic-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
ArturLys
Other servers by ArturLys
View all ArturLys servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 29, 2026 |
Frequently asked questions
- Who maintains listonic-mcp?
- listonic-mcp is maintained by ArturLys, which publishes 2 MCP servers (4 total versions) tracked on MCP Toplist.
- Is listonic-mcp listed on the Official MCP Registry?
- Yes — listonic-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does listonic-mcp have?
- MCP Toplist tracks 1 version of listonic-mcp, most recently published on Jul 29, 2026.
- Where can I find the source code for listonic-mcp?
- The source code for listonic-mcp is hosted at github.com/ArturLys/listonic-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.