Todo MCP
GitHubDemo MCP todo app — same list for the UI and agent tools. Connect any MCP client, ask it to add/list todos, watch them appear here.
Connect MCP
- Point your MCP client at this Streamable HTTP endpoint:
{
"mcpServers": {
"todo-mcp": {
"type": "http",
"url": "https://todo-mcp-playground.vercel.app/api/mcp"
}
}
}- Enable / refresh
todo-mcpin your MCP client. - Try: “Add a todo: buy milk” or “List my todos”.
Tools: list_todos, add_todo, set_todo_completed, delete_todo
Local: http://localhost:3000/api/mcp after npm run dev.
- buy milk
- Purchase eggs
- Learn how transformers use attention to weigh token relationships.
- Explore fine-tuning vs. prompting for domain-specific AI tasks
- Study AI agents: planning, tool calling, and MCP integrations