TabAI (verified)
Manage your daily to-do lists and organize complex projects with nested subtasks. Track the status of your activities and update task details to stay on top of your priorities. Streamline your produc…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add tabai/core
# Browse available tools
npx -y smithery tool list tabai/core
# Get full schema for a tool
npx -y smithery tool get tabai/core list_tasks
# Call a tool
npx -y smithery tool call tabai/core list_tasks '{}'Direct MCP Connection
Endpoint: https://core--tabai.run.tools
Tools (4)
list_tasks— Get all tasks for the current usercreate_task— Create a new taskadd_subtask— Add a new subtask to an existing taskupdate_task— Update a task status, title, or subtasks
# Get full input/output schema for a tool
npx -y smithery tool get tabai/core