mcp-jetkvm

conallob/mcp-jetkvm
★ 1 stars Go Code/Dev Tools Updated today
A local MCP server to interact with a JetKVM device, including capturing screenshots or video from the JetKVM
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": {
    "mcp-jetkvm": {
      "command": "go",
      "args": [
        "run",
        "github.com/conallob/mcp-jetkvm@latest"
      ]
    }
  }
}