WebforAI Text Extractor MCP Server
WebforAI 텍스트 추출기 - MCP 서버
WebforAI를 사용하여 웹 페이지에서 일반 텍스트를 추출하는 Cloudflare Workers 기반 MCP(Model Context Protocol) 서버입니다.
🌟 WebforAI란 무엇인가요?
WebforAI는 AI 모델이 웹 콘텐츠에 접근할 수 있도록 설계된 강력한 라이브러리입니다. 다음과 같은 도구를 제공합니다.
HTML을 깔끔하고 구조화된 마크다운으로 변환
웹 페이지에서 의미 있는 콘텐츠 추출
테이블, 링크 및 이미지를 지능적으로 처리합니다.
AI 소비를 위한 웹 콘텐츠 준비
이 MCP 서버는 WebforAI의 기능을 활용하여 모든 웹 페이지 URL에서 일반 텍스트를 추출하고, Model Context Protocol을 통해 웹 콘텐츠를 AI 모델에 쉽게 공급할 수 있도록 합니다.
Related MCP server: Remote MCP Server
📋 특징
간단한 API : 단일 API 호출로 모든 웹 페이지에서 텍스트를 추출합니다.
깔끔한 출력 : HTML 노이즈 없이 잘 포맷된 마크다운 텍스트를 받습니다.
오류 처리 : 실패한 요청에 대한 강력한 오류 처리
Cloudflare Workers : 글로벌 배포를 통한 서버리스 배포
MCP 호환 : Claude Desktop 또는 Cloudflare AI Playground와 같은 모든 MCP 클라이언트와 호환됩니다.
🚀 시작하기
Cloudflare Workers에 배포
이렇게 하면 MCP 서버가 webforai-mcp-server.<your-account>.workers.dev/sse 와 같은 URL에 배포됩니다.
지역 개발
이 저장소를 복제하세요:
지엑스피1
종속성 설치:
pnpm install개발 서버를 시작합니다.
pnpm dev귀하의 서버는
http://localhost:8787에서 사용 가능합니다.
🔧 텍스트 추출 도구 사용
extractWebPageText 도구는 웹 페이지의 URL을 받아서 추출된 텍스트 콘텐츠를 마크다운 형식으로 반환합니다.
{
"url": "https://example.com/page"
}응답에는 다음과 같은 Markdown 형식의 추출된 텍스트가 포함됩니다.
일반 텍스트로 변환된 링크
일반 텍스트로 변환된 테이블
이미지가 숨겨짐
🔌 MCP 클라이언트에 연결
클라우드플레어 AI 플레이그라운드
배포된 MCP 서버 URL을 입력하세요(
webforai-mcp-server.<your-account>.workers.dev/sse)이제 플레이그라운드에서 바로 텍스트 추출 도구를 사용할 수 있습니다!
클로드 데스크탑
Claude Desktop에서 MCP 서버에 연결하려면:
Anthropic의 빠른 시작을 따르세요
Claude Desktop에서 설정 > 개발자 > 구성 편집으로 이동합니다.
다음 구성으로 업데이트:
{
"mcpServers": {
"webforaiExtractor": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse" // or webforai-mcp-server.your-account.workers.dev/sse
]
}
}
}Claude를 다시 시작하면 텍스트 추출 도구가 사용 가능해지는 것을 볼 수 있습니다.
📚 자세히 알아보기
📄 라이센스
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn authless Cloudflare Workers server that provides tools to scrape, analyze, and answer questions about websites using Cloudflare's Browser Rendering and AI capabilities.6
- FlicenseNot gradedqualityCmaintenanceA deployable Model Context Protocol server on Cloudflare Workers that enables AI tools integration without authentication requirements.
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables AI assistants to securely fetch and extract readable text content from web pages through a standardized interface.1MIT
- FlicenseNot gradedqualityCmaintenanceA deployable server that implements the Model Context Protocol on Cloudflare Workers, enabling AI tools to be accessed from clients like Claude Desktop and Cloudflare AI Playground.
Related MCP Connectors
URL to clean markdown for LLMs: a polite, robots.txt-respecting web reader. Free, no API key
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Jina AI Reader/Search MCP — turn any URL into clean LLM-ready markdown, plus web search.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yutakobayashidev/webforai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server