A local MCP server to interact with a JetKVM device, including capturing screenshots or video from the JetKVM
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-jetkvm go run github.com/conallob/mcp-jetkvm@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-jetkvm": {
"command": "go",
"args": [
"run",
"github.com/conallob/mcp-jetkvm@latest"
]
}
}
}