Import Servers from Claude
import_servers_from_claudeImport MCP server configurations from Claude app settings into MCP Conductor. Preview changes with a diff before applying, with options to remove original entries.
Instructions
Import MCP servers from Claude config files into ~/.mcp-conductor.json.
Reads ~/.claude/settings.json, ~/Library/Application Support/Claude/claude_desktop_config.json and other standard paths. Shows a diff of what will be imported. On confirm=true, copies entries into the conductor config and writes .bak backups of each source file. Optionally strips the imported servers from their source configs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true to actually perform the import. False (default) shows a dry-run diff. | |
| remove_originals | No | After import, remove the imported servers from their source Claude config files. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | Yes | ||
| sources_found | Yes | ||
| total_imported | Yes | ||
| total_skipped | Yes | ||
| summary | Yes |