Content
# TODO LIST MCP + API
A simple todo app to demonstrates advanced and complex user interaction to application via chatting. API served via MCP.
Sample Prompt:
- To create a new todo
- Remind me to buy grocery with a todo list if today is Tuesday it is very urgent and must be done by today
```Let me first check what day today is, then I'll create that urgent grocery todo for you.Perfect! Today is indeed Tuesday, so I'll create an urgent grocery shopping todo that needs to be completed today.✅ **Urgent Reminder Created!**
I've added "Buy groceries" to your todo list with:
- **Priority**: Urgent
- **Due date**: Today (Tuesday, June 17, 2025)
- **Status**: Pending
Since today is Tuesday and you marked this as very urgent, make sure to get your grocery shopping done today! The todo is now saved and ready to help keep you on track.
```
- To list all todos
- List all my todos
```
Here's your current todo list:
**📋 Your Todo List (1 item)**
**🔴 Buy groceries** - *Urgent*
- **Description**: Grocery shopping - urgent task that must be completed today
- **Due**: Today (June 17, 2025)
- **Status**: Pending
- **Created**: Today at 2:55 PM
You have one urgent task that needs to be completed today. Don't forget to get that grocery shopping done!
```
- To know what to do for today
- Things to do for today
```
Let me get your todos for today and show you what needs to be done.**📅 Today's Tasks - Tuesday, June 17, 2025**
**🚨 URGENT - Due Today:**
- **Buy groceries** - This is your urgent priority that must be completed today
That's your main task for today! Since you marked grocery shopping as urgent and it's due today, make sure to prioritize getting this done. Once you complete it, you can mark it as finished in your todo list.
```
## How to start
API Server with mcp spawned at /mcp
```
uvicorn main:app --port 8000
```
MCP Server only
```
uvicorn main:mcp --port 8000
```
### 100% Local usage available with [Jan](https://jan.ai/) via Jan-Nano
Connection Info
You Might Also Like
markitdown
Python tool for converting files and office documents to Markdown.
everything-claude-code
Complete Claude Code configuration collection - agents, skills, hooks,...
awesome-claude-skills
A curated list of awesome Claude Skills, resources, and tools for...
antigravity-awesome-skills
The Ultimate Collection of 130+ Agentic Skills for Claude...
openfang
Open-source Agent Operating System
memU
MemU is a memory framework for LLM and AI agents, organizing multimodal...