claude-server

turer73/claude-server
★ 0 stars Python API Integration Updated today
Production-grade API server for full kernel-level Linux control via REST API and MCP. Enables Claude and other clients to remotely manage, monitor, and automate Linux servers.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-server": {
      "command": "uvx",
      "args": [
        "claude-server"
      ]
    }
  }
}

Or install with pip: pip install claude-server