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
- Push to GitHub
- Connect to Render
- Add
OPENAI_API_KEYenvironment variable in Render Dashboard - Deploy!
🛠️ Available Tools
listFiles- List directory contentsreadFile- Read file contentswriteFile- Create or update filesrunScript- Execute scriptsgetSystemInfo- System informationchatGPT- OpenAI ChatGPT API
📝 License
MIT