Server data from the Official MCP Registry
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Remote endpoints: streamable-http: https://mcp.desktopcommander.app/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"app-desktopcommander-remote-desktop-commander": {
"url": "https://mcp.desktopcommander.app/mcp"
}
}
}From the project's GitHub README.

Build, explore, automate on your computer — from anywhere.
Reach your computer's filesystem and terminal from any AI app that supports remote MCP connectors. Remote Desktop Commander is a hosted MCP server that relays a secure connection to your real machine, giving your AI assistant the same full file and shell access as the local server — without you needing to be at the keyboard.
https://mcp.desktopcommander.app/mcp (Streamable HTTP, OAuth 2.0)This repository hosts the public manifests, documentation and issue tracker for the hosted service. The service implementation is not open source. For the open-source local (stdio) server, see DesktopCommanderMCP.
On the computer you want to control:
npx @wonderwhy-er/desktop-commander@latest remote
Your browser opens to a verification page showing a pairing code (also printed in the terminal — a standard OAuth device-flow check). Sign in, confirm the codes match, and the terminal reports "Device ready". Keep the agent running: close the terminal, no access.
Each client walks you through OAuth sign-in on first connect.
claude.ai / Claude Desktop — Settings → Connectors → Add custom connector, then enter:
https://mcp.desktopcommander.app/mcp
Claude Code:
claude mcp add --transport http remote-desktop-commander https://mcp.desktopcommander.app/mcp
(If you work inside a checkout of this repo, Claude Code also picks up the included .mcp.json automatically.)
ChatGPT — Settings → Apps & Connectors → Advanced settings → enable Developer mode (requires a plan that includes it), then Create connector and enter:
https://mcp.desktopcommander.app/mcp
Cursor — add to ~/.cursor/mcp.json:
{
"mcpServers": {
"remote-desktop-commander": {
"url": "https://mcp.desktopcommander.app/mcp"
}
}
}
VS Code — add to .vscode/mcp.json in your workspace (or your user-level mcp.json):
{
"servers": {
"remote-desktop-commander": {
"type": "http",
"url": "https://mcp.desktopcommander.app/mcp"
}
}
}
Gemini CLI:
gemini extensions install https://github.com/desktop-commander/remote-desktop-commander
These work against any machine running the agent, no setup needed:
"List the contents of my home directory and tell me what's there."
"Create a folder called ai-test in my Documents folder. Inside it, write a short Python script that prints the date, and run it."
"Start a Python REPL on my machine, import pandas, and tell me which version is installed. Keep the session alive."
"Search my home directory for files modified in the last 24 hours and group them by folder."
Full walkthrough with troubleshooting: docs/SETUP.md
npx) on each computer you want to control| Category | Tools |
|---|---|
| Read & explore | Read File, Read Multiple Files, List Directory, Get File Info |
| Search | Start Search, Get More Search Results, Stop Search, List Active Searches |
| Write & edit | Write File, Edit File Block, Move or Rename File, Create Directory, Write or Modify PDF |
| Terminal & processes | Start Process, Send Input to Process, Read Process Output, List Active Sessions, List System Processes, Terminate Session, Kill System Process |
| Devices & account | List Paired Devices, Current User Info, Ping Device, Shutdown Device Agent |
| Configuration & help | Get Configuration, Set Configuration Value, Get Prompt Library, Get Recent Tool Activity, Get Usage Statistics, Submit Feedback |
sequenceDiagram
participant AI as AI app (web, mobile, desktop)
participant S as mcp.desktopcommander.app
participant D as Your computer (device agent)
AI->>S: MCP tool call (OAuth 2.0 bearer)
S->>D: relayed to your paired device
D->>D: executes locally
D->>S: result
S->>AI: MCP response
Ctrl+C and access ends. Devices can also be reviewed and revoked at any time from the dashboard.@wonderwhy-er/desktop-commander), which also ships the remote device agent used for pairingBe the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.