MCP.so
Sign In

WebforAI Text Extractor - MCP Server

@yutakobayashidev

About WebforAI Text Extractor - MCP Server

No overview available yet

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

yutakobayashidev

Config

Add this server to your MCP-compatible client using the configuration below.

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

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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.

Comments

More Other MCP servers