> ## Documentation Index
> Fetch the complete documentation index at: https://docs.typingmind.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Deploy Plugins Server on Render

<Warning>
  **DEPRECATED**: Plugins Server is no longer officially supported by the TypingMind team. We now recommend using MCP instead. You can still continue using it, but we do not offer technical support or provide updates.
</Warning>

**Plugins Server** provides a proxy server for [Typing Mind's Plugins](https://docs.typingmind.com/plugins). A proxy server is needed for complex use cases where a server is required for processing data that cannot be done from the client side in Typing Mind.

Plugins Server is open-source. See the code on GitHub: [https://github.com/TypingMind/plugins-server](https://github.com/TypingMind/plugins-server)

On this page, we’ll guide you on how to deploy the Plugins Server on Render.com. You can deploy on any other hosting providers you want, the steps are almost identical.

## **Step-by-Step Guide**

1. **Make a Home on Render:**
   * Go to Render's website and create your free account.
   * Click to create a new "Web Service" <img src="https://mintcdn.com/typingmind/uY5eghHaIzuR_5Tk/plugins/create-a-plugin-server-url/how-to-deploy-plugins-server-on-render/Screenshot_2024-03-15_at_09.16.16.webp?fit=max&auto=format&n=uY5eghHaIzuR_5Tk&q=85&s=293be879e2d7efd9cc27a19097adde42" alt="Screenshot 2024-03-15 at 09.16.16.webp" width="1678" height="1072" data-path="plugins/create-a-plugin-server-url/how-to-deploy-plugins-server-on-render/Screenshot_2024-03-15_at_09.16.16.webp" />
   * on the next screen enter the URL of the TypingMind plugin repository  `https://github.com/TypingMind/plugins-server` to continue <img src="https://mintcdn.com/typingmind/uY5eghHaIzuR_5Tk/plugins/create-a-plugin-server-url/how-to-deploy-plugins-server-on-render/create_new.webp?fit=max&auto=format&n=uY5eghHaIzuR_5Tk&q=85&s=deef782ec5440a7cf1ca07f0749e75a5" alt="create new.webp" width="2336" height="1762" data-path="plugins/create-a-plugin-server-url/how-to-deploy-plugins-server-on-render/create_new.webp" />
2. **Make sure the value looks right**
   * The project requires configuration settings. The **Branch** should be set to `main`, **Runtime** to `Docker`. You may set the region to any desired region. <img src="https://mintcdn.com/typingmind/uY5eghHaIzuR_5Tk/plugins/create-a-plugin-server-url/how-to-deploy-plugins-server-on-render/setting.webp?fit=max&auto=format&n=uY5eghHaIzuR_5Tk&q=85&s=cc490f706b19825cefc1c7dc8f7192a7" alt="setting.webp" width="1420" height="1654" data-path="plugins/create-a-plugin-server-url/how-to-deploy-plugins-server-on-render/setting.webp" />
   * There is no requirement to include environment variables.
   <Warning>
     ⚠️ **If you are using a free tier hosting, your server may sleep when not in use which can cause a delay of up to 30 seconds for the first request. You can visit the link below to check your free usage.**
   </Warning>
   [Cloud Application Hosting for Developers | Render](https://dashboard.render.com/billing#free-usage)
3. **Complete the deployment process.**
   * Look for the "Create Web Service" button on Render. Click it and wait a little bit – it's building your project! <img src="https://mintcdn.com/typingmind/uY5eghHaIzuR_5Tk/plugins/create-a-plugin-server-url/how-to-deploy-plugins-server-on-render/url.webp?fit=max&auto=format&n=uY5eghHaIzuR_5Tk&q=85&s=5be2b17b101e7e15256b7e5fd5430e2e" alt="url.webp" width="1366" height="1816" data-path="plugins/create-a-plugin-server-url/how-to-deploy-plugins-server-on-render/url.webp" />
   <Warning>
     🚨 You should keep your plugin server URL confidential and manage your server independently. Never share or publish it, as others may misuse it or occupy all of your free tier usage.
   </Warning>
4. **Configure the plugin to use your server.**
   * Inside your TypingMind Plugin settings, there's probably a place to put the address of your project that's now live on Render. <img src="https://mintcdn.com/typingmind/uY5eghHaIzuR_5Tk/plugins/create-a-plugin-server-url/how-to-deploy-plugins-server-on-render/plugin.webp?fit=max&auto=format&n=uY5eghHaIzuR_5Tk&q=85&s=04cd2fa499a345536e9269436b0fc3ee" alt="plugin.webp" width="878" height="580" data-path="plugins/create-a-plugin-server-url/how-to-deploy-plugins-server-on-render/plugin.webp" />

## Need help?

Contact us for support at [**support@typingmind.com**](mailto:support@typingmind.com)
