🖥️ 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.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-control": {
"command": "npx",
"args": [
"-y",
"MarketingLimited/mcp-server-control"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-control npx -y MarketingLimited/mcp-server-control
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-control": {
"command": "npx",
"args": [
"-y",
"MarketingLimited/mcp-server-control"
]
}
}
}
📋 Copy