render_mcp
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., "@render_mcpguide me to deploy an MCP server on Render and connect to Claude"
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.
đ How To Set Up A Remote MCP Client Server on Render.com For Anthropic and OpenAI Agentsđ
Hello!
This notebook is a practical guide for deploying your own Model Context Protocol (MCP) server remotely, using free cloud hosting on Render.
Unlike most MCP examples - which focus on running a server on your own computer to use with tools like Claude Desktop â this guide shows you how to host your MCP server in the cloud, making it accessible from anywhere and easy to integrate into web agents, chatbots, or even share with others.
At the end I'll also show you how to connect this up to the Claude web UI and OpenAI playground.
LINK TO THE COLAB:
Watch a video of the server connected to the Claude web UI: https://www.youtube.com/watch?v=NexhEJ0OcfA
Watch a video of the server connected to the OpenAI Playground: https://www.youtube.com/watch?v=NexhEJ0OcfA
â Please star this repo if it has been helpful to you:â
https://github.com/smartaces/render_mcp
Connect with Me đ
If you like this notebook or in any way found it helpful, feel free to connect with me on LinkedIn here:
https://www.linkedin.com/in/jamesbentleyai/
What is MCP?
MCP (Model Context Protocol) is an open standard developed by Anthropic to connect AI models to external tools, data sources, and workflows.
Some people describe MCP as a âUSB-Câ port for AIâproviding a common protocol so applications can plug into tools, access data from sources like GitHub or Google Docs, and extend their abilities without custom, one-off integrations.
MCP uses a simple client-server architecture:
Client: Runs inside your AI app (like Claude, an IDE, or a chatbot).
Server: Exposes tools, resources, and prompt templates to the client.
This server can be local or, as youâll learn here, remote and cloud-hosted!
You can find more about MCP here:
đ MCP Introduction
đ Official MCP Servers on GitHub
How is this notebook different?
Remote-first: Instead of local desktop hosting, youâll deploy your server to Renderâs free cloud platform.
Reusable: The steps youâll follow can be applied to deploy any kind of server remotely, not just MCP.
Bugfix included: If youâve taken the DeepLearning.AI MCP course, you may have encountered a minor issue deploying the Arxiv agent remotely. This notebook includes a fix, so your deployment works out of the box. In doing so this notebook works as an addendum to the official DeepLearning.AI course, but is also fully self-contained.
What will you learn?
How MCP standardizes connecting AI models to external tools and data
How to clone and deploy an MCP server on Render
How to fix issues with the Arxiv agentâs remote deployment
How to use both Anthropic (Sonnet 4) and OpenAI (GPT-4.1) models to talk to your MCP server via chat agents
Ready to get started? Letâs deploy your own remote MCP server!
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/smartaces/render_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server