Remote MCP Server on Cloudflare
@jeyanthanperiyasamy
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": {
"jey-mcp-server": {
"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?
It is a remote MCP server that runs on Cloudflare Workers with OAuth login, enabling remote MCP clients like Claude Desktop to connect over SSE.
How to use Remote MCP Server on Cloudflare?
Clone the repository, install dependencies, and run locally with npx nx dev remote-mcp-server. Deploy using wrangler kv namespace create and npm run deploy. Connect via MCP Inspector with SSE URL, or configure Claude Desktop using npx mcp-remote pointing to the /sse endpoint.
Key features of Remote MCP Server on Cloudflare
- Runs on Cloudflare Workers with OAuth login.
- Supports SSE transport for remote connections.
- Can be used with MCP Inspector for testing.
- Connects to Claude Desktop via mcp-remote proxy.
- Deployable using Wrangler and KV namespace.
- Local development with npx nx dev.
Use cases of Remote MCP Server on Cloudflare
- Run a math tool with Claude Desktop via a remote MCP server.
- Develop and test MCP tools using the MCP Inspector.
More Cloud & Infrastructure MCP servers
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Firebase MCP
gannonh🔥 Model Context Protocol (MCP) server for Firebase.
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Comments