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

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 mcpPractical 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
👀 See Also

Krasis: Hybrid CPU/GPU Runtime for Large MoE Models Achieves 3,324 tok/s Prefill on RTX 5080
Krasis is a hybrid CPU/GPU runtime that runs large MoE models by handling prefill on GPU and decode on CPU, achieving 3,324 tokens/second prefill on an RTX 5080 with Qwen3-Coder-Next 80B Q4. It requires ~2.5x model size in system RAM but enables running models too large for VRAM.

Sandra: open-source persistent graph memory MCP for Claude
Sandra is a graph + vector memory backend with a native MCP server that gives Claude persistent structured memory across sessions, supporting exact, fuzzy, and semantic search.

Exploring Clawe: Open-source Multi-agent Coordination System
Clawe is an open-source tool allowing for efficient multi-agent coordination, offering features like scheduling, task management, and real-time notifications.

ClawControl 1.7.1 improves message reliability and media support for OpenClaw
ClawControl 1.7.1 fixes several client-side issues including runaway text accumulation, ghost messages, and media handling problems. The update maintains compatibility with OpenClaw through version 3.28.