PluginBench
MCP Server
Maintained
MIT

io.github.agenson-horrowitz/web-content-extractor MCP Server

io.github.agenson-horrowitz/web-content-extractor

What is the io.github.agenson-horrowitz/web-content-extractor MCP server?

Extract and process web content into clean, structured formats optimized for LLMs.

How to install io.github.agenson-horrowitz/web-content-extractor

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "web-content-extractor": {
      "command": "npx",
      "args": [
        "-y",
        "@agenson-horrowitz/web-content-extractor-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "web-content-extractor": {
      "command": "npx",
      "args": [
        "-y",
        "@agenson-horrowitz/web-content-extractor-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "web-content-extractor": {
      "command": "npx",
      "args": [
        "-y",
        "@agenson-horrowitz/web-content-extractor-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "web-content-extractor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@agenson-horrowitz/web-content-extractor-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add web-content-extractor -- npx -y @agenson-horrowitz/web-content-extractor-mcp

Related MCP servers

Validate and verify data from other agents before acting on it. Zero LLM costs.

0
JavaScript
MIT
View repository →

Parse and extract structured data from various document formats (PDF, Word, HTML).

0
JavaScript
MIT
View repository →

Validate, transform, and normalize structured data for AI agents.

0
JavaScript
MIT
View repository →