Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Render Mcp

    An unofficial MCP server for Render to help developers ship code faster via Cline, Cursor, and Windsurf

    15 stars
    TypeScript
    Updated Oct 31, 2025
    deployment
    llmops
    mcp
    render

    Table of Contents

    • Features
    • Installation
    • Configuration
    • Usage
    • Starting the Server
    • Checking Configuration
    • Running Diagnostics
    • Using with Different AI Assistants
    • Using with Cline
    • Using with Windsurf/Cursor
    • Using with Claude API Integrations
    • Example Prompts
    • Development
    • Building from Source
    • Running Tests
    • License

    Table of Contents

    • Features
    • Installation
    • Configuration
    • Usage
    • Starting the Server
    • Checking Configuration
    • Running Diagnostics
    • Using with Different AI Assistants
    • Using with Cline
    • Using with Windsurf/Cursor
    • Using with Claude API Integrations
    • Example Prompts
    • Development
    • Building from Source
    • Running Tests
    • License

    Documentation

    Render MCP Server

    Deploy to Render.com directly through AI assistants.

    This MCP (Model Context Protocol) server allows AI assistants like Claude to interact with the Render API, enabling deployment and management of services on Render.com.

    Features

    • List all services in your Render account
    • Get details of a specific service
    • Deploy services
    • Create new services
    • Delete services
    • Get deployment history
    • Manage environment variables
    • Manage custom domains

    Installation

    bash
    npm install -g @niyogi/render-mcp

    Configuration

    1. Get your Render API key from Render Dashboard

    2. Configure the MCP server with your key:

    bash
    node bin/render-mcp.js configure --api-key=YOUR_API_KEY

    Alternatively, you can run node bin/render-mcp.js configure without the --api-key flag to be prompted for your API key.

    Usage

    Starting the Server

    bash
    node bin/render-mcp.js start

    Checking Configuration

    bash
    node bin/render-mcp.js config

    Running Diagnostics

    bash
    node bin/render-mcp.js doctor

    Note: If you've installed the package globally, you can also use the shorter commands:

    bash
    render-mcp start
    render-mcp config
    render-mcp doctor

    Using with Different AI Assistants

    Using with Cline

    1. Add the following to your Cline MCP settings file:

    json
    {
         "mcpServers": {
           "render": {
             "command": "node",
             "args": ["/path/to/render-mcp/bin/render-mcp.js", "start"],
             "env": {
               "RENDER_API_KEY": "your-render-api-key"
             },
             "disabled": false,
             "autoApprove": []
           }
         }
       }

    2. Restart Cline for the changes to take effect

    3. You can now interact with Render through Claude:

    code
    Claude, please deploy my web service to Render

    Using with Windsurf/Cursor

    1. Install the render-mcp package:

    bash
    npm install -g @niyogi/render-mcp

    2. Configure your API key:

    bash
    node bin/render-mcp.js configure --api-key=YOUR_API_KEY

    3. Start the MCP server in a separate terminal:

    bash
    node bin/render-mcp.js start

    4. In Windsurf/Cursor settings, add the Render MCP server:

    • Server Name: render
    • Server Type: stdio
    • Command: node
    • Arguments: ["/path/to/render-mcp/bin/render-mcp.js", "start"]

    5. You can now use the Render commands in your AI assistant

    Using with Claude API Integrations

    For custom applications using Claude's API directly:

    1. Ensure the render-mcp server is running:

    bash
    node bin/render-mcp.js start

    2. In your application, when sending messages to Claude via the API, include the MCP server connections in your request:

    json
    {
         "mcpConnections": [
           {
             "name": "render",
             "transport": {
               "type": "stdio",
               "command": "node",
               "args": ["/path/to/render-mcp/bin/render-mcp.js", "start"]
             }
           }
         ]
       }

    3. Claude will now be able to interact with your Render MCP server

    Example Prompts

    Here are some example prompts you can use with Claude once the MCP server is connected:

    • "List all my services on Render"
    • "Deploy my web service with ID srv-123456"
    • "Create a new static site on Render from my GitHub repo"
    • "Show me the deployment history for my service"
    • "Add an environment variable to my service"
    • "Add a custom domain to my service"

    Development

    Building from Source

    bash
    git clone https://github.com/niyogi/render-mcp.git
    cd render-mcp
    npm install
    npm run build

    Running Tests

    bash
    npm test

    License

    MIT

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • AN

      Anilist Mcp

      TypeScript·
      57

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • AN

      Anilist Mcp

      TypeScript·
      57

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k