Claude
Ask Claude for the table, get the table
You describe the job in a sentence. Claude picks the recipe, starts the run in your own Chrome and reads the result back as rows. You stay in the loop because the extension asks before it touches a page.
Connect in a minute
Connecting Claude needs a Pro account, 54 USD a year. Scraping by hand in the extension does not. See pricing
Claude Code
One command in the terminal. Replace the token with one from your account.
claude mcp add --transport http tabitha https://app.tabitha.creathink.one/mcp \
--header "Authorization: Bearer <token>"Claude Desktop
Open Settings, Developer, Edit Config, and add Tabitha to the mcpServers object.
{
"mcpServers": {
"tabitha": {
"type": "http",
"url": "https://app.tabitha.creathink.one/mcp",
"headers": { "Authorization": "Bearer <token>" }
}
}
}Then say what you need
Once the server is connected, Claude sees your tables and recipes. Try one of these.
- Run my saved recipe for this page and tell me how many rows came back.
- In the leads table, drop rows without an email, deduplicate by domain and export XLSX.
- Which five cities appear most often in the listings table, and what is the average price in each?
- Scrape the product list on the page I have open, then add stock status from each product page.
What the agent can do
- Start a run on the page you have open, or on a list of URLs you paste in.
- Read a table as filtered rows, sums, averages and group counts, computed on the server.
- Clean a table: drop empty columns, deduplicate, merge, trim, rename.
- Export CSV, XLSX or JSON and hand you the link.
- Watch a long run and report the page count and the log without you switching tabs.
What it will not do
- Paste page source into the chat. Every tool answers with structured data.
- Start a browser run without your confirmation in the extension.
- Speed up past your politeness setting because the request came from an agent.