LystBot: An MCP Server for Claude to Manage Lists and Tasks

✍️ OpenClawRadar📅 Published: March 28, 2026🔗 Source
LystBot: An MCP Server for Claude to Manage Lists and Tasks
Ad

What LystBot Does

LystBot is a list application with a native Model Context Protocol (MCP) server that enables Claude to actively manage your lists instead of just suggesting items. When connected to Claude Desktop, the assistant can create lists, add items, check things off, and share lists with others.

Technical Implementation

The project was built primarily using Claude Code, with the developer guiding the architecture while Claude wrote the code. The implementation includes:

  • iOS and Android app built with Flutter
  • REST API accessible to any AI agent
  • CLI and MCP server built with Node.js (open source)

Setup Configuration

Setup takes approximately 30 seconds. For Claude Desktop, add this to your configuration file:

// ~/Library/Application Support/Claude/claude_desktop_config.json
{"mcpServers":{"lystbot":{"command":"npx","args":["lystbot","mcp"]}}}

For Claude Code, use this command:

claude mcp add lystbot -- npx lystbot mcp
Ad

Practical Use Cases

Once configured, you can ask Claude to perform various list management tasks:

  • "Find me a recipe for carbonara and add everything I need to my shopping list"
  • "Create a packing list for a week in Barcelona"
  • "Share the grocery list with my wife"
  • "What do I still need for tonight's dinner? Check my grocery list"

Project Details

The tool is free to use with no paid tier, supports sharing lists with family and friends, and is available on GitHub at https://github.com/TourAround/LystBot. More information can be found at https://lystbot.com.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

A 7-File Governance Layer to Prevent LLM Session Drift
Tools

A 7-File Governance Layer to Prevent LLM Session Drift

A developer created a governance layer with seven files to prevent Claude from silently undoing architectural decisions across sessions. The system includes active_context.md, contracts.md, and decisions.md files with a strict execution loop.

OpenClawRadar
Aura Research: Local tool compiles documents into AI-navigable wiki with persistent memory
Tools

Aura Research: Local tool compiles documents into AI-navigable wiki with persistent memory

Aura Research is an open-source tool that processes raw documents (PDFs, papers, notes, code, 60+ formats) into a structured markdown wiki with backlinked articles, concept pages, and a master index. It compresses everything into a .aura archive optimized for RAG retrieval and runs 100% locally with no data leaving your machine.

OpenClawRadar
RCFlow: Open-source orchestrator for Claude Code, Codex, and OpenCode with multi-session management
Tools

RCFlow: Open-source orchestrator for Claude Code, Codex, and OpenCode with multi-session management

RCFlow is an AGPL v3 orchestrator for AI coding agents (Claude Code, Codex, OpenCode) providing a unified UI to manage parallel sessions across machines, with worktree support, task planning, artifact tracking, and live telemetry.

OpenClawRadar
obsidian-mcp: Graph-Aware MCP Server for Claude with 25 Tools Targeting Large Vaults
Tools

obsidian-mcp: Graph-Aware MCP Server for Claude with 25 Tools Targeting Large Vaults

obsidian-mcp is an MCP server exposing 25 tools (including get_note, traverse_graph, query_dataview, move_note, create_notes) that gives Claude graph-aware access to your Obsidian vault — avoiding context window death on 5k-note vaults. MIT, works with Claude Desktop, Claude Code, Cursor, Cline, Continue, Zed.

OpenClawRadar