mcp-server-control

MarketingLimited/mcp-server-control
★ 0 stars JavaScript AI/LLM Updated today
🖥️ Secure MCP server for AI cloud services (Claude, ChatGPT, Gemini, Cursor) to control Linux servers via HTTP/SSE. 20 tools, 10 security layers, role-based access.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-control": {
      "command": "npx",
      "args": [
        "-y",
        "MarketingLimited/mcp-server-control"
      ]
    }
  }
}