Remote MCP Server on Cloudflare
@entalpia
About Remote MCP Server on Cloudflare
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"remote-mcp-server-entalpia": {
"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?
This guide helps you set up a remote MCP (Model Context Protocol) server running on Cloudflare Workers with OAuth login for secure, remote tool calling.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. For production, deploy to Cloudflare Workers using npm run deploy. Connect clients via SSE endpoint (/sse) using the MCP Inspector or configure Claude Desktop with npx mcp-remote.
Key features of Remote MCP Server on Cloudflare
- Run MCP server on Cloudflare Workers for remote access
- OAuth login for secure authentication
- Compatible with MCP Inspector for local testing
- Full integration with Claude Desktop via local proxy
- Simple one-command deploy process
Use cases of Remote MCP Server on Cloudflare
- Expose MCP tools to remote AI clients like Claude Desktop
- Develop and test MCP servers locally before deploying
- Provide secure, authenticated tool access over the internet
- Enable distributed teams to share MCP resources
FAQ from Remote MCP Server on Cloudflare
What runtime/dependencies does the server require?
Node.js and npm are needed for local development. The deployed server runs on Cloudflare Workers using the Workers runtime.
How does authentication work?
OAuth login is built in with a mock login screen for local development. In production, you configure OAuth via Cloudflare Workers.
Where does server data live?
Local state (e.g., auth tokens) is stored in ~/.mcp-auth on the client machine. Server-side session data uses Cloudflare KV (OAUTH_KV).
What transport does the server use?
The server communicates via SSE (Server-Sent Events) over HTTP. Clients connect to the /sse endpoint.
Are there known limitations?
The README notes debugging steps: restarting Claude or clearing ~/.mcp-auth may help if problems occur. No other limitations are stated.
Frequently asked questions
What runtime/dependencies does the server require?
Node.js and npm are needed for local development. The deployed server runs on Cloudflare Workers using the Workers runtime.
How does authentication work?
OAuth login is built in with a mock login screen for local development. In production, you configure OAuth via Cloudflare Workers.
Where does server data live?
Local state (e.g., auth tokens) is stored in `~/.mcp-auth` on the client machine. Server-side session data uses Cloudflare KV (`OAUTH_KV`).
What transport does the server use?
The server communicates via SSE (Server-Sent Events) over HTTP. Clients connect to the `/sse` endpoint.
Are there known limitations?
The README notes debugging steps: restarting Claude or clearing `~/.mcp-auth` may help if problems occur. No other limitations are stated.
Basic information
More Cloud & Infrastructure MCP servers
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Supabase MCP Server
coleam00Supabase MCP server created in Python.
AWS MCP Servers
awslabsOpen source MCP Servers for AWS
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.
Comments