Skip to main content

Documentation Index

Fetch the complete documentation index at: https://anaconda.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Usage

anaconda mcp setup [OPTIONS]

Description

Configures one or more AI coding assistants to use Anaconda MCP. Run without options to launch an interactive wizard where you can select your AI coding assistant and configure it at a global or project level. Use --client to configure non-interactively.
anaconda mcp setup writes anaconda mcp serve to your AI coding assistant’s configuration file. anaconda mcp serve starts the Anaconda MCP server process. You don’t need to run it directly for normal use, but you can run anaconda mcp serve --help to explore available options.

Options

Examples

Launch the interactive setup wizard
anaconda mcp setup
Configure a specific AI coding assistant
anaconda mcp setup --client claude-desktop
Configure at project scope
anaconda mcp setup --client cursor --scope project
Configure multiple assistants at once
anaconda mcp setup --client claude-desktop --client vscode
Overwrite an existing configuration
anaconda mcp setup --client claude-desktop --force