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

Homebutler: OpenClaw Skill for Homelab Management via Telegram
Tools

Homebutler: OpenClaw Skill for Homelab Management via Telegram

Homebutler is a single Go binary (~13MB, zero dependencies) that works as an OpenClaw skill to manage homelabs from Telegram chat. It monitors servers, restarts Docker containers, wakes machines, scans networks, and alerts on resource spikes without SSH sessions or dashboard logins.

OpenClawRadar
EsoLang-Bench: A Coding Benchmark Using Esoteric Languages to Test LLM Reasoning
Tools

EsoLang-Bench: A Coding Benchmark Using Esoteric Languages to Test LLM Reasoning

Researchers created EsoLang-Bench, a coding benchmark using esoteric programming languages like Brainfuck and Whitespace to test whether LLMs can reason or just pattern-match. The best result across GPT-5.2, O4-mini, Gemini, Qwen, and Kimi was 11.2%.

OpenClawRadar
Offline-web-search: A Local Google Search Alternative for AI Agents
Tools

Offline-web-search: A Local Google Search Alternative for AI Agents

A developer built offline-web-search to address poor offline search capabilities in AI agents, creating a drop-in replacement that mimics Claude's web tools with BM25 ranking, SQLite FTS5 indexing, and support for ZIM archives and custom crawlers.

OpenClawRadar
ATLAS: Adaptive Test-time Learning Framework Outperforms Claude Sonnet on Coding Benchmarks with $500 GPU
Tools

ATLAS: Adaptive Test-time Learning Framework Outperforms Claude Sonnet on Coding Benchmarks with $500 GPU

ATLAS achieves 74.6% pass@1-v(k=3) on LiveCodeBench with a frozen 14B model on a single consumer GPU, outperforming Claude 4.5 Sonnet's 71.4% at a fraction of the cost using constraint-driven generation and self-verified iterative refinement.

OpenClawRadar