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

Definable AI adds self-hosted observability dashboard with single flag
Tools

Definable AI adds self-hosted observability dashboard with single flag

Definable AI, an open-source Python framework for building AI agents, now includes a built-in observability dashboard that can be enabled with one flag. The dashboard provides real-time event streaming, token accounting, latency metrics, and run replay without external dependencies.

OpenClawRadar
Yavio: Open-Source Product Analytics SDK for MCP Apps
Tools

Yavio: Open-Source Product Analytics SDK for MCP Apps

Yavio is an open-source product analytics SDK for MCP and MCP Apps that automatically captures tool calls, errors, and resource reads with one function call. The MIT-licensed project provides a dashboard with per-tool breakdowns, funnels, retention, and error tracking.

OpenClawRadar
Lightpanda: Open-source headless browser for LLM agents with native MCP server and markdown output
Tools

Lightpanda: Open-source headless browser for LLM agents with native MCP server and markdown output

Lightpanda is an open-source headless browser designed for LLM-powered agents that uses 16x less memory than Chrome (215MB vs 2GB) and completes web crawling benchmarks in 5 seconds instead of 47 seconds. It provides native markdown output, semantic tree with interactivity detection, and a built-in MCP server.

OpenClawRadar
Vellium Adds Desktop Pets and CLI-Inspired Agents for Local LLMs
Tools

Vellium Adds Desktop Pets and CLI-Inspired Agents for Local LLMs

Vellium, an open-source crossplatform app for local LLMs, now supports desktop pets that float above windows and agents with MCP integration, terminal commands, and file editing.

OpenClawRadar