Extract and process web content into clean, structured formats optimized for LLMs.
Runs locally over stdio
This server isn't hosted โ your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @agenson-horrowitz/web-content-extractor-mcp
MCP client config
{
"mcpServers": {
"web-content-extractor-mcp": {
"command": "npx",
"args": [
"-y",
"@agenson-horrowitz/web-content-extractor-mcp"
]
}
}
}