Back to Apps

tablitz
by bkataru
OneTab-compatible browser tab and session manager for recovering and searching your browsing history via AI.
0 stars
Works in:claude
Exposes:Tools
What it does
tablitz is a Rust-powered tool that extracts tab data from Chrome, Edge, and Brave LevelDB stores. It stores these tabs in a local SQLite database and exposes them to AI assistants, enabling powerful fuzzy search, deduplication, and session management across thousands of tabs.
Tools
search_tabs: Perform fuzzy search across your entire tab collection.list_groups: List and filter tab groups.get_stats: Get store statistics and top domain analysis.recover_from_browser: Automate recovery of tabs from browser LevelDB stores.import_onetab_export: Import tabs from OneTab export files.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"tablitz": {
"command": "tablitz",
"args": ["serve"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
cargo build --release --features mcpInformation
- Pricing
- free
- Published
- 6/22/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"tablitz": {
"command": "tablitz",
"args": ["serve"]
}
}
}





