From 9ff9357c58758e2f844c8a74e9aff77936ea031c Mon Sep 17 00:00:00 2001 From: Fahad Date: Sun, 8 Jun 2025 22:35:53 +0400 Subject: [PATCH] docs: restore Claude Code connection command Added back the crucial npx command for connecting MCP servers from Claude Desktop to Claude Code: npx @anthropic-ai/claude-code mcp add-from-claude-desktop This step is essential for users who want to use the Gemini MCP server in Claude Code after configuring it in Claude Desktop. --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 50380f8..14c7f28 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,14 @@ Add to your `claude_desktop_config.json`: ### 3. Restart Claude Desktop -### 4. Start Using It! +### 4. Add to Claude Code (Optional) + +To make the server available in Claude Code, run: +```bash +npx @anthropic-ai/claude-code mcp add-from-claude-desktop +``` + +### 5. Start Using It! Just ask Claude naturally: - "Think deeper about this architecture design"