Lystbot MCP Server

Smart lists and reminders that your AI can actually use. LystBot is not another AI list app. There's no built-in AI. No chatbot. No "AI-powered suggestions.". Its 22 documented tools cover item, reminder, category, categories. It runs locally over stdio via the published package.

People connecting browser automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-05 · ★ 3 · #109 OF 196 MAINTAINED BROWSER AUTOMATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Lystbot

Claude Code

claude mcp add touraround-lystbot -- npx -y lystbot

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "touraround-lystbot": {
      "command": "npx",
      "args": [
        "-y",
        "lystbot"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package lystbot - unscoped; check the name against the project README before installing

registry namespace io.github.TourAround is GitHub-verified and matches the repo owner

03 · What Lystbot can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can get all your lists, get a specific list with items, create a new list, and delete a list.

Capability map

Tools grouped from the project's README - what Lystbot lets an agent do.

read & search

4 tools - e.g. Get all your lists; Get a specific list with items; List categories for a list

list_lists · get_list · list_categories · list_reminders

Item

4 tools - e.g. Check off an item; Uncheck an item; Remove an item from a list

check_item · uncheck_item · remove_item · move_item

Reminder

4 tools - e.g. Get one reminder; Create a reminder; Update a reminder

get_reminder · create_reminder · update_reminder · delete_reminder

Category

3 tools - e.g. Create a category; Rename a category; Delete a category

create_category · rename_category · delete_category

create & write

2 tools - e.g. Create a new list; Add natural strings or structured {text, quantity?, unit?} items

create_list · add_items

delete

1 tool - e.g. Delete a list

delete_list

Clear

1 tool - e.g. Remove all checked (completed) items from a list

clear_checked

Share

1 tool - e.g. Generate a share code for a list

share_list

04 · Who maintains Lystbot

lystbot is maintained by touraround. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
browser automation - ranked #109 of 196 actively-maintained browser automation servers as of 2026-08-25.
registry
io.github.TourAround/lystbot (active, first published 2026-03-24)
packages
npm:lystbot

06 · Lystbot FAQ

Is Lystbot still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-05. We re-verify nightly.

What can Lystbot do?

With this server connected, an agent can get all your lists, get a specific list with items, create a new list, and delete a list.

How do I install Lystbot?

Run `npx -y lystbot`. You can also paste the ready-made client config above.

Does Lystbot run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Lystbot

More browser automation MCP servers · Brave DevTools MCP · Vibatchium · KeyShot MCP · Trusty Squire · Uindow

More JavaScript MCP servers · Trackly CLI · Figma UI MCP · Transcribe · Godot MCP (tugcantopaloglu) · Measure.events Analytics · see all