Remote MCP Server on Cloudflare
@roysam
About Remote MCP Server on Cloudflare
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"remote-mcp-server-roysam": {
"command": "npx",
"args": [
"nx",
"dev",
"remote-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Remote MCP Server on Cloudflare?
A template to run a remote MCP (Model Context Protocol) server on Cloudflare Workers with OAuth login. It lets developers expose tools over SSE and connect clients like Claude Desktop.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run npx nx dev remote-mcp-server for local development. Deploy with npm run deploy after creating an OAuth KV namespace. Connect MCP Inspector or Claude Desktop by pointing to the /sse endpoint via npx mcp-remote.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login
- Uses SSE as transport protocol
- Supports local development with
npx nx dev - Integrates with MCP Inspector for testing
- Connects to Claude Desktop via
mcp-remoteproxy - Deploys with wrangler KV for OAuth state
Use cases of Remote MCP Server on Cloudflare
- Host a custom MCP server remotely for AI agents
- Serve tools to Claude Desktop over the internet
- Prototype and debug MCP tools locally before deploying
- Add OAuth-protected tool access to any Cloudflare Workers project
FAQ from Remote MCP Server on Cloudflare
—
More Cloud & Infrastructure MCP servers
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
tfmcp: Terraform Model Context Protocol Tool
nwiizo🌍 Terraform Model Context Protocol (MCP) Tool - An experimental CLI tool that enables AI assistants to manage and operate Terraform environments. Supports reading Terraform configurations, analyzing plans, applying configurations, and managing state with Claude Desktop integrati
Comments