File tree Expand file tree Collapse file tree 2 files changed +21
-12
lines changed Expand file tree Collapse file tree 2 files changed +21
-12
lines changed Original file line number Diff line number Diff line change @@ -103,15 +103,18 @@ This script handles all dependencies and configuration automatically for a seaml
103103
104104### Option 3: Installing via Smithery ⭐ ** Auto-Updates** ** Requires Node.js**
105105
106- To install Desktop Commander for Claude Desktop automatically via [ Smithery] ( https://smithery.ai/server/@wonderwhy-er/desktop-commander ) :
106+ To install Desktop Commander for Claude Desktop via [ Smithery] ( https://smithery.ai/server/@wonderwhy-er/desktop-commander ) :
107107
108- ``` bash
109- npx -y @smithery/cli install @wonderwhy-er/desktop-commander --client claude
110- ```
108+ 1 . ** Visit the Smithery page:** https://smithery.ai/server/@wonderwhy-er/desktop-commander
109+ 2 . ** Login to Smithery** if you haven't already
110+ 3 . ** Select your client** (Claude Desktop) on the right side
111+ 4 . ** Install with the provided key** that appears after selecting your client
112+ 5 . ** Restart Claude Desktop**
113+
114+ The old command-line installation method is no longer supported. Please use the web interface above for the most reliable installation experience.
111115
112116** ✅ Auto-Updates:** Yes - automatically updates when you restart Claude
113- ** 🔄 Manual Update:** Re-run the Smithery install command
114- ** 🗑️ Uninstall:** ` npx -y @smithery/cli uninstall @wonderwhy-er/desktop-commander --client claude `
117+ ** 🔄 Manual Update:** Visit the Smithery page and reinstall
115118
116119### Option 4: Add to claude_desktop_config manually ⭐ ** Auto-Updates** ** Requires Node.js**
117120Add this entry to your claude_desktop_config.json:
Original file line number Diff line number Diff line change @@ -1316,13 +1316,19 @@ <h2>Installation</h2>
13161316 < div class ="step ">
13171317 < div class ="step-content ">
13181318 < h3 > Smithery Install</ h3 >
1319- < p > Install automatically via Smithery:</ p >
1320- < pre style ="background: #f4f4f4; padding: 10px; overflow-x: auto; border-radius: 5px; margin-top: 10px; white-space: pre-wrap; word-break: break-word; "> npx -y @smithery/cli install @wonderwhy-er/desktop-commander --client claude</ pre >
1321- < br />
1319+ < p > Install via the Smithery web interface:</ p >
1320+
1321+ < ol style ="color: #121212; margin: 15px 0; padding-left: 20px; ">
1322+ < li > < strong > Visit the Smithery page:</ strong > < a href ="https://smithery.ai/server/@wonderwhy-er/desktop-commander " target ="_blank " style ="color: #0078D7; "> https://smithery.ai/server/@wonderwhy-er/desktop-commander</ a > </ li >
1323+ < li > < strong > Login to Smithery</ strong > if you haven't already</ li >
1324+ < li > < strong > Select your client</ strong > (Claude Desktop) on the right side</ li >
1325+ < li > < strong > Install with the provided key</ strong > that appears after selecting your client</ li >
1326+ < li > < strong > Restart Claude Desktop</ strong > </ li >
1327+ </ ol >
1328+
13221329 < p > ✅ < strong > Auto-Updates:</ strong > Automatically updates when you restart Claude</ p >
1323- < p > 🔄 < strong > Manual Update:</ strong > Re-run the Smithery install command</ p >
1324- < p > 🗑️ < strong > Uninstall:</ strong > Run this command in terminal: < pre style ="background: #f4f4f4; padding: 10px; overflow-x: auto; border-radius: 5px; margin-top: 10px; white-space: pre-wrap; word-break: break-word; "> npx -y @smithery/cli uninstall @wonderwhy-er/desktop-commander --client claude</ pre > </ p >
1325- </ div >
1330+ < p > 🔄 < strong > Manual Update:</ strong > Visit the Smithery page and reinstall</ p >
1331+ </ div >
13261332 </ div >
13271333 </ div >
13281334
You can’t perform that action at this time.
0 commit comments