New:Socket for Asana Is Now Available.Learn more
Get Started

lystbot

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lystbot

LystBot CLI - Manage your lists from the terminal

Source
npmnpm
Version
0.3.4
Version published
Weekly downloads
194
-20.16%
Maintainers
1
Weekly downloads
 
Created
Source

LystBot CLI & MCP Server

Smart lists that your AI can actually use.

CLI

npx lystbot login <your-api-key>
npx lystbot lists
npx lystbot add "Groceries" "Milk, Eggs, Butter"
npx lystbot check "Groceries" "Milk"

MCP Server (Claude Desktop, Cursor, Windsurf)

LystBot includes a built-in MCP server. Add it to your AI tool:

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "lystbot": {
      "command": "npx",
      "args": ["lystbot", "mcp"]
    }
  }
}

Cursor / Windsurf

Add to .cursor/mcp.json or .windsurf/mcp.json:

{
  "mcpServers": {
    "lystbot": {
      "command": "npx",
      "args": ["lystbot", "mcp"]
    }
  }
}

Setup

  • Install the app: lystbot.com
  • Copy your API key from Settings
  • Run npx lystbot login <your-api-key>
  • Add the MCP config above
  • Ask Claude: "What's on my grocery list?"

Available Tools

ToolDescription
list_listsGet all your lists
get_listGet a list with all items
create_listCreate a new list
delete_listDelete a list
add_itemsAdd items (comma-separated)
check_itemCheck off an item
uncheck_itemReopen a checked item
remove_itemDelete an item
share_listGenerate a share code
join_listJoin a shared list

Documentation

Full docs at lystbot.com and docs/.

Keywords

lystbot

FAQs

Package last updated on 24 Mar 2026

Related posts