Odel
web content extractor mcp

web content extractor mcp

Local
@agenson-toolsJavaScriptMITUpdated 5mo ago

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).

npm@agenson-horrowitz/web-content-extractor-mcpv1.0.8

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"
      ]
    }
  }
}