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.
This commit is contained in:
@@ -41,7 +41,14 @@ Add to your `claude_desktop_config.json`:
|
|||||||
|
|
||||||
### 3. Restart Claude Desktop
|
### 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:
|
Just ask Claude naturally:
|
||||||
- "Think deeper about this architecture design"
|
- "Think deeper about this architecture design"
|
||||||
|
|||||||
Reference in New Issue
Block a user