A task management MCP server by BrowserBase.
- add_task - Add a new task to your list
- list_tasks - View all tasks with completion status
- complete_task - Mark a task as completed
- delete_task - Remove a task from the list
- echo - Echo back a message (for testing)
- task://summary - Get a summary of all tasks
- task_analysis - Analyze your tasks with AI insights
# Using uvx (recommended)
uvx browserbase-mcp-server
# Using pip
pip install browserbase-mcp-server