Cheerio Parsing
MCP Serverby Mindrally · Added 5mo ago
Claude
8
Install
git clone https://github.com/Mindrally/skillsAdd to Claude
claude mcp add cheerio-parsingQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"cheerio-parsing": {
"command": "npx",
"args": [
"@modelcontextprotocol/cheerio-parsing"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Expert guidance for HTML/XML parsing using Cheerio in Node.js with best practices for DOM traversal, data extraction, and efficient scraping pipelines.
Tags
developmentjavascriptgojavabashskill