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

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.

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.

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.

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.