XPath
Enables Claude to execute XPath queries on XML and HTML content, supporting both direct parsing and web scraping through Puppeteer for structured data extraction from documents and websites.
0 stars
0 tools
Created Aug 2025
@thirdstrandstudio/thirdstrandstudio-xpathAbout
Enables Claude to execute XPath queries on XML and HTML content, supporting both direct parsing and web scraping through Puppeteer for structured data extraction from documents and websites.
Categories
general
Installation
npm
npm install @thirdstrandstudio/thirdstrandstudio-xpath
Configuration
{
"mcpServers": {
"thirdstrandstudio-xpath": {
"command": "npx",
"args": [
"-y",
"@thirdstrandstudio/thirdstrandstudio-xpath"
]
}
}
}