Remote MCP Server Template
Enables deployment of remote MCP servers on Cloudflare Workers platform without authentication requirements
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Remote MCP Server Templatewhat's my current job title?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
My MCP Remote Server
This is a Model Context Protocol (MCP) server that exposes two tools:
cv_chat – answers questions about my CV
send_mail – sends emails using the Resend API
It’s deployed at:
https://my-mcp-server.sageethhimachala.workers.dev/sse
You can connect to it from Claude Desktop or any MCP-compatible client.
📦 Installation
No installation is needed if you’re only using the hosted server URL. If you want to run it locally for development:
git clone https://github.com/sageethhimachala/my-mcp-server
cd my-mcp-server
npm install
npm run dev # or your start command
Related MCP server: Remote MCP Server (Authless)
🔗 Connecting to Claude Desktop
In Claude Desktop, open Settings → Developer → Edit Config, and add this to claude_desktop_config.json file:
{
"mcpServers": {
"my-mcp-remote-server": {
"command": "npx",
"args": [
"mcp-remote",
"https://my-mcp-server.sageethhimachala.workers.dev/sse"
]
}
}
}This tells Claude Desktop to connect to the hosted MCP server. After adding and saving the changes to the file, make sure to open Task Manager, end the “Claude Desktop” process, and then restart Claude Desktop.
⚙️ Tools Provided
cv_chat
Purpose: Answer questions about my CV
Input:
{ "question": "What is my email?" }
Output:
{ "text": "My email address is sageethhimachala@gmail.com." }
send_mail
Purpose: Send emails using the Resend API.
Input:
{ "to": "sageethhimachala@gmail.com", "subject": "Hello", "body": "This is a test email" }
Output:
{ text": "Email sent successfully to sageethhimachala@gmail.com. ID: b351XXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX" }
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityCmaintenanceA template for deploying MCP servers on Cloudflare Workers without authentication. Enables easy deployment and connection to MCP clients like Claude Desktop and Cloudflare AI Playground through remote URLs.Last updated
- Flicense-quality-maintenanceA template for deploying authentication-free MCP servers on Cloudflare Workers that can be accessed remotely from clients like Claude Desktop or the Cloudflare AI Playground.Last updated
- Flicense-qualityCmaintenanceA template for deploying authentication-free MCP servers on Cloudflare Workers that can be accessed remotely from clients like Claude Desktop or the Cloudflare AI Playground.Last updated
- Flicense-qualityCmaintenanceA template for deploying an authentication-free MCP server on Cloudflare Workers. Enables easy deployment and connection to MCP clients like Claude Desktop or Cloudflare AI Playground via Server-Sent Events.Last updated
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Cloudflare Workers MCP server: crypto-signal
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sageethhimachala/my-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server