Remote MCP Server (Authless) logo

Remote MCP Server (Authless)

by lgong-rms

This is an example of deploying a remote MCP server on Cloudflare Workers without requiring authentication. It allows you to connect to the server from the Cloudflare AI Playground or local MCP clients like Claude Desktop.

View on GitHub

Last updated: N/A

What is Remote MCP Server (Authless)?

This is a remote Model Context Protocol (MCP) server that can be deployed on Cloudflare Workers. It allows you to expose tools to MCP clients like the Cloudflare AI Playground and Claude Desktop without requiring authentication.

How to use Remote MCP Server (Authless)?

You can deploy the server using the 'Deploy to Workers' button or the command line tool. After deployment, you can connect to it from the Cloudflare AI Playground by entering the server URL. You can also connect to it from local MCP clients like Claude Desktop using the mcp-remote proxy.

Key features of Remote MCP Server (Authless)

  • Authentication-less deployment

  • Cloudflare Workers integration

  • Integration with Cloudflare AI Playground

  • Integration with Claude Desktop

  • Customizable tools

Use cases of Remote MCP Server (Authless)

  • Exposing custom tools to AI models

  • Building AI-powered applications

  • Experimenting with MCP

  • Connecting local AI clients to remote tools

  • Creating shareable AI tool servers

FAQ from Remote MCP Server (Authless)

What is MCP?

Model Context Protocol (MCP) is a protocol for connecting AI models to tools.

What is Cloudflare Workers?

Cloudflare Workers is a serverless platform that allows you to deploy code to Cloudflare's edge network.

How do I add my own tools to the MCP server?

You can add your own tools by defining them inside the init() method of src/index.ts using this.server.tool(...).

How do I find my deployed MCP server URL?

After deploying to Cloudflare Workers, the URL will be similar to remote-mcp-server-authless.<your-account>.workers.dev/sse.

Can I use this with other MCP clients?

Yes, you can use this with any MCP client that supports remote connections, potentially with the help of a proxy like mcp-remote.