
MCP Apps Todo
Supports UIby stella2211
Interactive Todo application using MCP Apps to render an actionable task list directly within AI conversations.
What it does
Provides a fully interactive Todo list UI embedded within the AI chat. Instead of just texting tasks, it renders a rich interface for adding, completing, and deleting tasks that syncs immediately with a backend database.
Key features
- Interactive UI: Operates via a rich React-based UI embedded in the conversation.
- Real-time Sync: Updates via Cloudflare D1 database for persistent state.
- Complete Task Lifecycle: Full CRUD operations (create, read, update, delete) directly from the UI.
- Cloud-Native: Built on Cloudflare Workers and Drizzle ORM.
Installation
- Claude Desktop: Add to
claude_desktop_config.jsonusingstreamable-httptransport pointing to your deployed URL. - Claude Code: Run
claude mcp add todo --transport http https://<your-domain>/mcp. - VS Code: Add to
.vscode/settings.jsonunderclaude-code.mcpServers.
Supported hosts
- Claude Desktop
- Claude Code
- VS Code
Quick install
bun install && bun run deployInformation
- Pricing
- free
- Published
- 4/25/2026
- stars






