
Todo MCP Server
Supports UIby datagriff
Interactive Todo list server with a dedicated UI widget for ChatGPT Apps.
What it does
This server provides a full Todo management system that renders an interactive UI widget within ChatGPT Apps. It allows users to manage tasks visually through a widget or programmatically via MCP tools.
Key features
- Interactive UI widget for direct task manipulation.
- Full CRUD operations for todo items.
- Dual-interface access via MCP tools and a REST API.
- JSON-based persistence for data stability.
Installation
For Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"todo-mcp": {
"command": "node",
"args": ["/path/to/server.js"]
}
}
}
Supported hosts
Confirmed support for ChatGPT and Claude via MCP.
Quick install
npm install @modelcontextprotocol/sdk && node server.jsInformation
- Pricing
- free
- Published
- 4/23/2026
- stars






