Skip to content
ATAI Today Brief
HomeNewsConceptsGuidesToolbox
AboutSubscribeUA
Subscribe

AI Today Brief

The daily AI-engineering brief. Built in public. EN · UA.

XTelegramLinkedInYouTubeRSS
NewsConceptsGuidesSubscribeAdvertiseAboutEditorial policyAI disclosurePrivacyTerms

© 2026 AI Today Brief. All rights reserved.

  1. Home/
  2. News/
  3. Agents & MCP/
  4. Desktop Commander Model Context Protocol Server Grants Claude Terminal and File Controls
Agents & MCP

Desktop Commander Model Context Protocol Server Grants Claude Terminal and File Controls

July 12, 2026· 4 min read
OKCurated by Oleksandr Kuzmenko, AI Product Engineer·Updated July 12, 2026·Sources cited on every story
AI-assisted · editor-reviewed·How we use AI
Desktop Commander Model Context Protocol Server Grants Claude Terminal and File Controls

Desktop Commander open-sources a local Model Context Protocol server that enables secure filesystem search, live terminal controls, and native document editing.

Impact: High

Why it matters

You can now run interactive terminal processes, read Excel spreadsheets natively, and review edits live within Claude Desktop.

TL;DR

  • 01Adds native reading and writing of PDF, DOCX, and Excel files to your AI interactions.
  • 02Prevents token-cost blowouts by paginating long-running terminal process outputs.
  • 03Supports sandboxed Docker installation to protect host system files from unintended deletions.

Key facts

Supported File Formats
.xlsx, .xls, .xlsm, .pdf, .docx, .csv, .json
Update Mechanism
Automatic updates on Claude restart (NPX option)

Complete System Access for Claude Desktop

Desktop Commander MCP provides a rich set of tools allowing Claude to execute long-running commands, manage local background processes, and stream paginated terminal stdout. It features a file preview UI supporting rendered Markdown, inline images, and quick file opening shortcuts.

Interactive Processes and Sandboxing

With this server, Claude can interact with active ssh sessions, databases, and local development servers. For safe local execution, it supports multiple installation options, including a persistent Docker setup that runs the entire toolset in an isolated container.

To configure the server manually for Claude Desktop on macOS, update your claude_desktop_config.json at ~/Library/Application Support/Claude/claude_desktop_config.json with the following block:

{
  "mcpServers": {
    "desktop-commander": {
      "command": "npx",
      "args": [
        "-y",
        "@wonderwhy-er/desktop-commander@latest"
      ]
    }
  }
}

Try it in 2 minutes

npx @wonderwhy-er/desktop-commander@latest setup

bash

✓ When to use

  • To let Claude run build scripts, watch development servers, or interact with databases directly.
  • When you need an agent to quickly analyze local sheets and generate formatted DOCX reports.

✕ When NOT to use

  • When running Claude on a remote host where local npx or Docker setup is restricted.
  • If you do not have permission to modify Claude Desktop config files.

What to do today

  • →Run the automated setup by executing 'npx @wonderwhy-er/desktop-commander@latest setup' in your terminal
  • →Add a list of restricted directories or terminal tools to the command blocklist for security
  • →Restart Claude Desktop to load the new MCP configuration successfully
#Claude Desktop#Model Context Protocol#Docker

Sources

  • Desktop Commander MCP Repository
ShareShare on XShare on LinkedIn
← Previous storyOpenAI Releases Codex Plugin for Claude Code to Delegate Tasks LocallyNext story →Mesh LLM Uses Iroh to Pool Distributed GPUs into One OpenAI-Compatible API

Related stories

  • Agents & MCPMindwalk: Replay coding-agent sessions on a local 3D codebase map
  • Agents & MCPExploring System Prompts of Claude, ChatGPT, Gemini, and Specialized AI Agents
  • Agents & MCPGrok 4.5 Tops Perplexity WANDR Orchestrator Benchmark at Half the Cost of Opus
  • Agents & MCPGhostcommit: Exposing Secret-Stealing Prompt Injection in Images

Email digest

Get the morning AI brief

One email a day — the stories that matter for engineers, founders and tech leads. Human-edited, with links to primary sources.

  • ✓120+ sources scanned daily
  • ✓Edited by a human
  • ✓1 email per day
  • ✓EN + UA

By subscribing you agree to the privacy policy.