EdgeBox
UnclaimedA fully-featured, GUI-powered local LLM Agent sandbox with complete MCP protocol support. Features both CLI and full desktop environment, enabling AI agents to operate browsers, terminal, and other desktop applications just like humans. Based on E2B oss code.
Install
pip install fastmcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (28)
desktop_get_windows
List all windows with titles and IDs
desktop_keyboard_combo
Execute key combinations (Ctrl+C, Alt+Tab, etc.)
desktop_keyboard_press
Press specific keys (Return, Escape, Tab, etc.)
desktop_keyboard_type
Type text with clipboard support for non-ASCII
desktop_launch_app
Launch applications by name
desktop_maximize_window
Maximize windows
desktop_minimize_window
Minimize windows
desktop_mouse_click
Perform mouse clicks (left/right/middle)
desktop_mouse_double_click
Double-click actions
desktop_mouse_drag
Drag from one position to another
desktop_mouse_move
Move cursor to coordinates
desktop_mouse_scroll
Scroll up/down with configurable amount
desktop_resize_window
Resize windows to specific dimensions
desktop_screenshot
Capture desktop screenshots (PNG format)
desktop_switch_window
Focus specific windows
desktop_wait
Add delays between actions
execute_bash
Execute Bash scripts
execute_java
Execute Java code
execute_python
Execute Python code in isolated environment
execute_r
Execute R code for statistical analysis
execute_typescript
Execute TypeScript/JavaScript code
fs_info
Get file metadata and information
fs_list
List files in directories
fs_read
Read file contents
fs_watch
Monitor directory changes in real-time
fs_write
Write content to files
shell_run
Run shell commands (stateful, persistent environment)
shell_run_background
Run commands in background with process management