Productivity|AI / ML|UtilitiesTypeScript
bytebot
Bytebot is a self-hosted AI desktop agent that automates computer tasks through natural language commands.
N/A rating (0 reviews)0 installs10,768 GitHub stars
AIautomationdesktop agent
Bytebot operates within a containerized Linux desktop environment, allowing it to use any application, download files, and perform various tasks autonomously. It provides a full virtual desktop experience, distinguishing it from traditional browser-only agents.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"bytebot": {
"args": [
"-y",
"@modelcontextprotocol/server-bytebot"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.