MCP.so
登录

WebforAI Text Extractor - MCP Server

@yutakobayashidev

关于 WebforAI Text Extractor - MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

node

传输方式

stdio

发布者

yutakobayashidev

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "webforaiExtractor": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "http://localhost:8787/sse"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is WebforAI Text Extractor - MCP Server?

A Cloudflare Workers-based Model Context Protocol (MCP) server that extracts plain text from web pages using the WebforAI library. It is designed to make web content accessible to AI models by converting HTML to clean, structured Markdown, removing noise like links, tables, and images.

How to use WebforAI Text Extractor - MCP Server?

Deploy to Cloudflare Workers using the provided deploy button or clone the repository and run locally with pnpm install and pnpm dev. Use the extractWebPageText tool by passing a URL (e.g., {"url": "https://example.com/page"}). Connect any MCP client—such as Claude Desktop or Cloudflare AI Playground—by pointing it to the server’s SSE endpoint (e.g., webforai-mcp-server.<your-account>.workers.dev/sse). For Claude Desktop, add the server to your MCP configuration.

Key features of WebforAI Text Extractor - MCP Server

  • Simple API: extract text from any web page with one call
  • Clean Output: receive well-formatted Markdown without HTML noise
  • Robust error handling for failed requests
  • Cloudflare Workers serverless deployment with global distribution
  • Compatible with any MCP client (Claude Desktop, AI Playground, etc.)

Use cases of WebforAI Text Extractor - MCP Server

  • Feed clean web page content directly into an AI model via MCP
  • Automate extraction of article or documentation text for further processing
  • Prepare web content as Markdown for archiving or analysis
  • Integrate web text scraping into AI-powered workflows like summarization or Q&A

FAQ from WebforAI Text Extractor - MCP Server

What is WebforAI?

WebforAI is a library that converts HTML to clean, structured Markdown, extracts meaningful content, and prepares web content for AI consumption. This MCP server uses WebforAI's capabilities to extract plain text from URLs.

What are the runtime requirements and dependencies?

The server runs on Cloudflare Workers. For local development, you need Node.js and pnpm. No additional authentication or API keys are mentioned in the README.

How do I connect this server to a client like Claude Desktop?

Configure your MCP client to point to the server's SSE endpoint. For Claude Desktop, add an entry in the MCP config: command npx mcp-remote with the server URL (e.g., http://localhost:8787/sse for local or the deployed Workers URL).

Where does the data live?

The server is deployed as a Cloudflare Worker. Extracted text is returned directly to the calling client; no data persistence is described in the README.

What format does the tool return?

The extractWebPageText tool returns the extracted text in Markdown format. Links, tables, and images are removed or converted to plain text.

评论

其他 分类下的更多 MCP 服务器