From e1f98e11c74a69088a9daa32d53aeb90d4cb9ef4 Mon Sep 17 00:00:00 2001 From: Fahad Date: Sun, 8 Jun 2025 22:37:00 +0400 Subject: [PATCH] docs: fix Claude Code connection command - Removed '(Optional)' - this is essential for Claude Code users - Corrected command to: claude mcp add-from-claude-desktop -s user - Changed heading to 'Connect to Claude Code' to emphasize importance This is the primary way users will interact with the MCP server via terminal. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14c7f28..566aaf4 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ Add to your `claude_desktop_config.json`: ### 3. Restart Claude Desktop -### 4. Add to Claude Code (Optional) +### 4. Connect to Claude Code -To make the server available in Claude Code, run: +To use the server in Claude Code, run: ```bash -npx @anthropic-ai/claude-code mcp add-from-claude-desktop +claude mcp add-from-claude-desktop -s user ``` ### 5. Start Using It!