Remote MCP Server (Authless)

by evimeyer

Integrations

  • Enables deployment of an MCP server on Cloudflare's infrastructure, specifically designed to work with Cloudflare AI Playground as a remote MCP client.

  • Provides deployment target for the MCP server, allowing custom tools to be exposed via Cloudflare Workers' serverless platform.

Cloudflare에서 원격 MCP 서버 구축(인증 없음)

이 예제에서는 Cloudflare Workers에서 인증이 필요하지 않은 원격 MCP 서버를 배포할 수 있습니다.

시작하기:

이렇게 하면 MCP 서버가 remote-mcp-server-authless.<your-account>.workers.dev/sse 와 같은 URL에 배포됩니다.

또는 아래 명령줄을 사용하여 로컬 컴퓨터에 원격 MCP 서버를 생성할 수 있습니다.

지엑스피1

MCP 서버 사용자 지정

MCP 서버에 자체 도구를 추가하려면 src/index.tsinit() 메서드 내에서 this.server.tool(...) 사용하여 각 도구를 정의합니다.

Cloudflare AI Playground에 연결

원격 MCP 클라이언트인 Cloudflare AI Playground에서 MCP 서버에 연결할 수 있습니다.

  1. https://playground.ai.cloudflare.com/ 으로 이동하세요
  2. 배포된 MCP 서버 URL을 입력하세요( remote-mcp-server-authless.<your-account>.workers.dev/sse )
  3. 이제 놀이터에서 바로 MCP 도구를 사용할 수 있습니다!

Claude Desktop을 MCP 서버에 연결하세요

mcp-remote proxy를 사용하여 로컬 MCP 클라이언트에서 원격 MCP 서버에 연결할 수도 있습니다.

Claude Desktop에서 MCP 서버에 연결하려면 Anthropic의 빠른 시작을 따르고 Claude Desktop에서 설정 > 개발자 > 구성 편집으로 이동하세요.

다음 구성으로 업데이트:

{ "mcpServers": { "calculator": { "command": "npx", "args": [ "mcp-remote", "http://localhost:8787/sse" // or remote-mcp-server-authless.your-account.workers.dev/sse ] } } }

클로드를 다시 시작하면 도구를 사용할 수 있게 됩니다.

-
security - not tested
F
license - not found
-
quality - not tested

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.

인증이 필요 없이 AI 모델에 사용자 정의 도구를 사용할 수 있는 Cloudflare Workers의 배포 가능한 MCP 서버입니다.

  1. 시작하기:
    1. MCP 서버 사용자 지정
      1. Cloudflare AI Playground에 연결
        1. Claude Desktop을 MCP 서버에 연결하세요

          Related MCP Servers

          • -
            security
            F
            license
            -
            quality
            A Cloudflare Workers implementation of Model Context Protocol (MCP) server that enables AI tools to be exposed to Claude and other assistants through OAuth authentication.
            Last updated -
            14
            TypeScript
          • -
            security
            F
            license
            -
            quality
            A deployable MCP (Model Context Protocol) server on Cloudflare Workers that doesn't require authentication, allowing users to create and access custom AI tools through Claude Desktop or the Cloudflare AI Playground.
            Last updated -
            TypeScript
          • -
            security
            -
            license
            -
            quality
            A serverless MCP implementation on Cloudflare Workers that doesn't require authentication, allowing you to deploy custom AI tools that can be accessed from Cloudflare AI Playground or Claude Desktop.
            Last updated -
            TypeScript
          • -
            security
            F
            license
            -
            quality
            A tool that allows deployment of a remote MCP (Model Context Protocol) server on Cloudflare Workers without authentication requirements, enabling connection to AI models through Claude Desktop or Cloudflare AI Playground.
            Last updated -
            TypeScript

          View all related MCP servers

          ID: 7xi684x8rv