listonic mcp for Cursor
io.github.arturlys/listonic-mcp
Let your AI manage your real grocery list — unofficial Listonic MCP server
client:Cursor
transport:stdio
runtime:pypi
Install listonic mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs