Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AIFire in da houseCheck it out free

cloudflare-remote-mcp-client

MCP.Pizza Chef: coffee-mug

The cloudflare-remote-mcp-client is an MCP client designed to be deployed on Cloudflare, allowing SaaS applications to embed MCP capabilities and interact with remote MCP servers. It facilitates real-time context sharing and model orchestration in a scalable, cloud-hosted environment, making MCP features accessible to end users through a web interface.

Use This MCP client To

Host MCP client on Cloudflare for scalable SaaS integration Embed MCP capabilities into web applications Connect to remote MCP servers for real-time context sharing Enable multi-step reasoning workflows in cloud-hosted apps Provide users with interactive AI-enhanced features via web Test and develop MCP client-server interactions locally Deploy MCP client for distributed AI agent orchestration

README

MCP Remote Client deployable on Cloudflare

Tested with Cloudflare Remote MCP Server.

Rationale: build MCP client you can host on Cloudflare and make visible to your users. Use case: embed MCP capabilities in your SaaS, ...

Create Remote Server

Create one in another directory

> npm create cloudflare@latest -- my-mcp-server --template=cloudflare/ai/demos/remote-mcp-server

Start Remote Client

> npm run dev

Start Remote Server

> npm run dev

Go to http://localhost:4000 to see it in action

cloudflare-remote-mcp-client FAQ

How do I deploy the cloudflare-remote-mcp-client?
Use Cloudflare's deployment tools and run 'npm run dev' to start locally.
Can this client connect to any MCP server?
It is tested with Cloudflare Remote MCP Server but can connect to compatible MCP servers.
What is the main benefit of hosting the MCP client on Cloudflare?
It offers scalable, low-latency access to MCP features for SaaS users.
How do I start the remote MCP server for testing?
Use 'npm create cloudflare@latest' with the remote-mcp-server template and run 'npm run dev'.
Is this client suitable for embedding MCP in SaaS products?
Yes, it is designed specifically for embedding MCP capabilities in SaaS.
What LLM providers can be used with this MCP client?
It supports OpenAI, Anthropic Claude, and Google Gemini through MCP protocol.
Can I customize the client for my own MCP workflows?
Yes, the client is open source and can be adapted to specific MCP use cases.
Does the client support real-time context updates?
Yes, it enables real-time context sharing and model orchestration.