PluginBench
MCP Server

stagenth · 网页数据 MCP Server

com.stagenth/web

What is the stagenth · 网页数据 MCP server?

Web scraping to clean Markdown with JS rendering, multi-page crawl, structured extract, sitemaps.

How to install stagenth · 网页数据

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • Authorization
    required
    secret

    Bearer <API_KEY> from https://www.stagenth.com/settings?tab=tokens

Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "web": {
      "url": "https://stagenth.com/mcp/web/"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "web": {
      "serverUrl": "https://stagenth.com/mcp/web/"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "web": {
      "type": "http",
      "url": "https://stagenth.com/mcp/web/"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "web": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://stagenth.com/mcp/web/"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http web https://stagenth.com/mcp/web/

Related MCP servers

Hosted Chromium in mainland China: scripted actions, URL screenshots, print-to-PDF.

Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.

Generate PDF, Word (.docx) and PowerPoint (.pptx) documents from Markdown over MCP.

Parse PDF/Word/PPT/HTML to Markdown; tables as JSON, image extraction, RAG chunking, page ranges.

Excel analytics: inspect, query (JSON rows), charts, and JSON-to-xlsx workbook writing.

Cloud file relay: chunked uploads, folders, share links, inline text reads, ZIP packing.