Add your description here
Project description
Remote Desktop MCP
A Model Context Protocol (MCP) server for remote desktop control (Local, RDP, VNC). This allows AI models like Claude to see and interact with your desktop.
Quick Start
The easiest way to install this server is via the Claude Desktop CLI:
# Local Desktop
claude mcp add remote-desktop -- uvx remote-desktop-mcp mcp local
# RDP
claude mcp add remote-desktop-rdp \
-e REMOTE_DESKTOP_RDP_HOST=192.168.1.1 \
-e REMOTE_DESKTOP_RDP_USER=ubuntu \
-e REMOTE_DESKTOP_RDP_PASSWORD=ubuntu \
-- uvx remote-desktop-mcp mcp rdp
# VNC
claude mcp add remote-desktop-vnc \
-e REMOTE_DESKTOP_VNC_HOST=127.0.0.1:5900 \
-e REMOTE_DESKTOP_VNC_PASSWORD=password \
-- uvx remote-desktop-mcp mcp vnc
Quick test without mcp.
# Local Desktop
uvx remote-desktop-mcp cli local screenshot
# RDP
export REMOTE_DESKTOP_RDP_HOST=192.168.1.1
export REMOTE_DESKTOP_RDP_USER=ubuntu
export REMOTE_DESKTOP_RDP_PASSWORD=ubuntu
uvx remote-desktop-mcp cli rdp screenshot
# VNC
export REMOTE_DESKTOP_VNC_HOST=127.0.0.1:5900
export REMOTE_DESKTOP_VNC_PASSWORD=password
uvx remote-desktop-mcp cli vnc screenshot
Demo
Connect your android devices.
claude mcp add remote-desktop-android -- uvx remote-desktop-mcp mcp adb
Environment Variables
| Variable | Description | Default |
|---|---|---|
REMOTE_DESKTOP_DISPLAY |
Display number (e.g., :0) |
:0 (local), :99 (rdp) |
REMOTE_DESKTOP_RESOLUTION |
Resolution (e.g., 1280x720) |
1280x720 |
REMOTE_DESKTOP_RDP_HOST |
RDP Host address | - |
REMOTE_DESKTOP_RDP_USER |
RDP Username | - |
REMOTE_DESKTOP_RDP_PASSWORD |
RDP Password | - |
REMOTE_DESKTOP_VNC_HOST |
VNC Host (host:port) |
- |
REMOTE_DESKTOP_VNC_PASSWORD |
VNC Password | - |
Features
- Screenshots: Let the AI "see" your screen.
- Interactions: Mouse clicks, movement, scrolling, and keyboard typing.
- Protocols: Native support for Local Desktop, RDP, and VNC.
- Recording: Capture desktop sessions as video for demos, debugging, and trace replay.
Requirements
- Python 3.12+
- For RDP:
xfreerdpandXvfbmust be installed if you are using ubuntu.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file remote_desktop_mcp-0.1.13.tar.gz.
File metadata
- Download URL: remote_desktop_mcp-0.1.13.tar.gz
- Upload date:
- Size: 2.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6dff2ae82aeaff38f920d2ce5c37105c5287097f37f22459f21a03fdf2a9d9db
|
|
| MD5 |
d85f22545fc6946e34fdc4e9218a1cda
|
|
| BLAKE2b-256 |
544b03401c92b6c5a1257f95b3c60ad5f5c31b34e1b0f9bd6c036b10c03bbe74
|
File details
Details for the file remote_desktop_mcp-0.1.13-py3-none-any.whl.
File metadata
- Download URL: remote_desktop_mcp-0.1.13-py3-none-any.whl
- Upload date:
- Size: 30.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
918026cc6d7d2e00583cc8c37bc1872953b67744589671e4be0a87c0d96da8ac
|
|
| MD5 |
b22e6ef9cb9de1a388abd8f378784c90
|
|
| BLAKE2b-256 |
2a60b43f6d86d138f89ddba88467ebd2f1c7f70a68905941af7d14ffd4664f2f
|