Integrations
Enables deployment of a remote MCP server on Cloudflare infrastructure that can be accessed by AI models
Provides deployment of the MCP server as a Cloudflare Worker, allowing serverless hosting of custom AI tools
Cloudflare에서 원격 MCP 서버 구축(인증 없음)
이 예제에서는 Cloudflare Workers에서 인증이 필요하지 않은 원격 MCP 서버를 배포할 수 있습니다.
시작하기:
이렇게 하면 MCP 서버가 remote-mcp-server-authless.<your-account>.workers.dev/sse
와 같은 URL에 배포됩니다.
또는 아래 명령줄을 사용하여 로컬 컴퓨터에 원격 MCP 서버를 생성할 수 있습니다.
지엑스피1
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에서 설정 > 개발자 > 구성 편집으로 이동하세요.
다음 구성으로 업데이트:
클로드를 다시 시작하면 도구를 사용할 수 있게 됩니다.
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.
Stripe와 통합된 원격 MCP 서버 구현으로, AI 어시스턴트가 Stripe API와 상호 작용하여 결제 처리 기능을 수행할 수 있습니다.
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that integrates with Fewsats allowing AI agents to securely purchase anything by retrieving balances, accessing payment methods, and processing payments.Last updated -411Python
- -securityFlicense-qualityAn MCP server that enables AI assistants to interact with Flutterwave payment services, providing tools for transaction management, payment link generation, and automated customer support.Last updated -TypeScript
- -securityAlicense-qualityAn MCP server that enables secure, PCI-compliant payment processing during voice calls via Twilio API, providing asynchronous callbacks and guided workflow for agent-assisted payments.Last updated -2TypeScriptMIT License
@chargebee/mcpofficial
AsecurityAlicenseAqualityMCP Server that connects AI agents to Chargebee Platform.Last updated -2704TypeScriptMIT License