WebforAI Text Extractor - MCP Server
@yutakobayashidev
WebforAI Text Extractor - MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを 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.
「その他」の他のコンテンツ
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
コメント