Integrations
Utilizes Cloudflare's Browser Rendering and AI capabilities for website analysis and content extraction.
Enables deployment of the MCP server on Cloudflare Workers infrastructure for serverless execution.
Provides the mcp-remote proxy package for connecting local MCP clients to the remote MCP server.
Cloudflare에서 원격 MCP 서버 구축(인증 없음)
이 예시를 통해 Cloudflare Workers에서 인증이 필요 없는 원격 MCP 서버를 배포할 수 있습니다. 이 서버에는 Cloudflare의 브라우저 렌더링 및 AI 기능을 활용한 웹사이트 분석 및 콘텐츠 추출 도구가 포함되어 있습니다.
시작하기:
이렇게 하면 MCP 서버가 remote-mcp-server-authless.<your-account>.workers.dev/sse
와 같은 URL에 배포됩니다.
또는 아래 명령줄을 사용하여 로컬 컴퓨터에 원격 MCP 서버를 생성할 수 있습니다.
지엑스피1
사용 가능한 도구
웹사이트 분석 도구
- 분석_웹사이트
- Cloudflare의 브라우저 렌더링을 사용하여 웹사이트를 스크래핑하고 분석합니다.
- Cloudflare AI를 사용하여 웹사이트 콘텐츠 요약을 제공합니다.
- 입력:
url
(문자열) - 분석할 웹사이트 URL - 예:
[tool] analyze_website(url: "https://example.com")
- 웹사이트에 대해 물어보세요
- 웹사이트를 스크래핑하고 해당 콘텐츠에 대한 특정 질문에 답합니다.
- Cloudflare AI를 사용하여 웹사이트에 대한 질문을 이해하고 응답합니다.
- 입력:
url
(문자열) - 분석할 웹사이트 URLquestion
(문자열) - 웹사이트 콘텐츠에 대한 질문
- 예:
[tool] ask_q_about_website(url: "https://example.com", question: "What services does this company offer?")
MCP 서버 사용자 지정
MCP 서버에 자체 도구를 추가하려면 src/index.ts
의 init()
메서드 내에서 this.server.tool(...)
사용하여 각 도구를 정의합니다.
Cloudflare AI Playground에 연결
원격 MCP 클라이언트인 Cloudflare AI Playground에서 MCP 서버에 연결할 수 있습니다.
- https://playground.ai.cloudflare.com/ 으로 이동하세요
- 배포된 MCP 서버 URL을 입력하세요(
remote-mcp-server-authless.<your-account>.workers.dev/sse
) - 이제 놀이터에서 바로 MCP 도구를 사용할 수 있습니다!
Claude Desktop을 MCP 서버에 연결하세요
mcp-remote proxy를 사용하여 로컬 MCP 클라이언트에서 원격 MCP 서버에 연결할 수도 있습니다.
Claude Desktop에서 MCP 서버에 연결하려면 Anthropic의 빠른 시작을 따르고 Claude Desktop에서 설정 > 개발자 > 구성 편집으로 이동하세요.
다음 구성으로 업데이트:
클로드를 다시 시작하면 도구를 사용할 수 있게 됩니다.
요구 사항
웹사이트 분석 도구를 사용하려면 다음이 필요합니다.
- 브라우저 바인딩이 활성화된 Cloudflare Workers
- Cloudflare AI 바인딩이 구성되었습니다.
- 두 바인딩에 대한 적절한 권한
wrangler.jsonc
에 다음이 포함되어 있는지 확인하세요.
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Cloudflare의 브라우저 렌더링 및 AI 기능을 사용하여 웹사이트에 대한 정보를 스크래핑, 분석하고 질문에 답할 수 있는 도구를 제공하는 인증이 필요 없는 Cloudflare Workers 서버입니다.
Related MCP Servers
- -securityFlicense-qualityA Model Context Protocol server that runs on Cloudflare Workers with OAuth login, allowing AI assistants like Claude to execute tools remotely through HTTP connections.Last updated -TypeScript
- -securityFlicense-qualityA Model Context Protocol server for Cloudflare Workers that integrates with Claude AI, enabling tool usage through OAuth login and SSE connections.Last updated -14TypeScript
- AsecurityAlicenseAqualityA server that leverages Playwright for automated browser testing and integrates with Cloudflare Workers, enabling AI assistants to control web browsers for navigation, interaction, and screenshots.Last updated -2160,27137TypeScriptApache 2.0
- -securityFlicense-qualityA Cloudflare Workers-based server implementing the Model Context Protocol that enables AI assistants like Claude to securely access external tools through OAuth authentication.Last updated -14TypeScript