mcp-cloud-server

nightcool738/mcp-cloud-server

3.2

If you are the rightful owner of mcp-cloud-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The MCP Cloud Server with ChatGPT Integration is a modern server solution that combines the capabilities of the Model Context Protocol with the advanced conversational abilities of OpenAI's ChatGPT.

Tools
6
Resources
0
Prompts
0

MCP Cloud Server with ChatGPT Integration

Modern Model Context Protocol (MCP) server with ChatGPT integration.

🚀 Features

  • File System Tools: Read, write, list files
  • Script Execution: Run local scripts and commands
  • System Info: Get CPU, RAM, uptime details
  • ChatGPT Integration: Direct OpenAI API access via MCP

📦 Installation

npm install

🔑 Configuration

Create a .env file:

OPENAI_API_KEY=your-openai-api-key-here

🎯 Usage

Local Development

node mcp-server.js

Claude Desktop Integration

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-cloud-server": {
      "command": "node",
      "args": ["C:\\path\\to\\mcp-server.js"],
      "env": {
        "OPENAI_API_KEY": "your-key-here"
      }
    }
  }
}

🌐 Render Deployment

  1. Push to GitHub
  2. Connect to Render
  3. Add OPENAI_API_KEY environment variable in Render Dashboard
  4. Deploy!

🛠️ Available Tools

  • listFiles - List directory contents
  • readFile - Read file contents
  • writeFile - Create or update files
  • runScript - Execute scripts
  • getSystemInfo - System information
  • chatGPT - OpenAI ChatGPT API

📝 License

MIT