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.
Release files for remote-desktop-mcp 0.1.14
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| remote_desktop_mcp-0.1.14.tar.gz | 2.5 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| remote_desktop_mcp-0.1.14-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.6 MB
Release files / remote_desktop_mcp-0.1.14.tar.gz
| Download URL | remote_desktop_mcp-0.1.14.tar.gz |
|---|---|
| Size | 2.5 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4a556cfa27106191f7ada255ed04f3ac1802aa6ba7cf89573c20ccca1f85cbab
|
|
BLAKE2b-256 checksum How to use checksums |
638f2e13426ad3dde4d72583cda12d878c2eed0fbe44c83a75643ed9ea1bbf9a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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}
|
Release files / remote_desktop_mcp-0.1.14-py3-none-any.whl
| Download URL | remote_desktop_mcp-0.1.14-py3-none-any.whl |
|---|---|
| Size | 30.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9211116b55375e391b151f4f0f896cb0ac9f493a2ea61ee017235db6823cac4a
|
|
BLAKE2b-256 checksum How to use checksums |
01a9d77bf3eb802dad1e4fb1bc09fabe52737512c0272a286f25eea0e7b79b79
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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}
|