From browser-devtools-mcp
Retrieves visible text content from the current page or specific element via optional CSS selector. Strips HTML tags and returns plain human-readable text preserving basic structure.
How this command is triggered — by the user, by Claude, or both
Slash command
/browser-devtools-mcp:textbrowser/The summary Claude sees in its command listing — used to decide when to auto-load this command
# /text Get visible text content from the current page. ## Usage ## Description Retrieves the visible text content of the current page or a specific element. Strips HTML tags and returns only human-readable text. ## Arguments - `selector` (optional): CSS selector to get text of specific element ## Examples ## Output Returns plain text content without HTML markup, preserving basic structure like paragraphs and lists. ## MCP Tools Used - `content_get-as-text` - Get text content
Get visible text content from the current page.
/text [selector]
Retrieves the visible text content of the current page or a specific element. Strips HTML tags and returns only human-readable text.
selector (optional): CSS selector to get text of specific element/text
/text article
/text .blog-post
/text #product-description
Returns plain text content without HTML markup, preserving basic structure like paragraphs and lists.
content_get-as-text - Get text contentnpx claudepluginhub serkan-ozal/browser-devtools-claude --plugin browser-devtools-mcp/scrapeExtracts structured data from a web page URL, producing readable text content or parsed lists/tables based on optional extraction instructions like API endpoints or pricing tiers.
/liberateExtracts content from a website or closed web platform into a WordPress-compatible WXR file for easy import.
/screenshotTakes a screenshot of a URL or document and reads the visual content, cropping if text is too small.
/textProcesses text using sed, awk, grep, and regex for extraction, transformation, filtering, and analysis tasks via Bash tools.