listonic mcp for Grok
io.github.arturlys/listonic-mcp
Let your AI manage your real grocery list — unofficial Listonic MCP server
client:Grok
transport:stdio
runtime:pypi
Install listonic mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"listonic-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"listonic-mcp"
],
"env": {
"LISTONIC_EMAIL": "<LISTONIC_EMAIL>",
"LISTONIC_PASSWORD": "<LISTONIC_PASSWORD>",
"LISTONIC_LIST_ID": "<LISTONIC_LIST_ID>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs