Usage
anaconda-mcp claude-desktop setup-config [OPTIONS]
Description
Adds Anaconda MCP Server to the Claude Desktop configuration file. By default, uses STDIO transport, which has Claude Desktop manage the server process automatically. Run this command with the environment containing anaconda-mcp activated, then restart Claude Desktop for the changes to take effect.
By default, this command creates a timestamped backup of the existing Claude Desktop configuration file before making any changes.
Options
Examples
Configure Claude Desktop with default STDIO transport
anaconda-mcp claude-desktop setup-config
Configure Claude Desktop with streamable HTTP transport
anaconda-mcp claude-desktop setup-config --transport streamable-http
Then start the server separately:
Revert to STDIO transport
anaconda-mcp claude-desktop setup-config --transport stdio --force
Configure with a custom server name
anaconda-mcp claude-desktop setup-config --name my-custom-server
Configure with a non-standard Claude Desktop configuration file path
anaconda-mcp claude-desktop setup-config --config /path/to/claude_desktop_config.json