Todo MCP

GitHub

Demo 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
  1. Point your MCP client at this Streamable HTTP endpoint:
{
  "mcpServers": {
    "todo-mcp": {
      "type": "http",
      "url": "https://todo-mcp-playground.vercel.app/api/mcp"
    }
  }
}
  1. Enable / refresh todo-mcp in your MCP client.
  2. 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.