Skip to main content
Anaconda MCP Server is a Model Context Protocol (MCP) server that gives AI coding assistants full awareness of your conda environments, packages, and channel configurations. This page covers how to connect Anaconda MCP Server to Claude Desktop, which lets you create environments, install packages, and manage dependencies using natural language all from within Claude Desktop. A built-in setup command automatically configures Claude Desktop for you, so you can get started in minutes.
Anaconda MCP Server integration with Claude Desktop is currently only supported on macOS.

Prerequisites

To use Anaconda MCP Server with Claude Desktop, you must have the following installed:

Capabilities

Anaconda MCP Server exposes a set of core conda environment and package management features that cover the most common development workflows and tasks. Currently, Anaconda MCP Server supports the following capabilities:

Installing Anaconda MCP Server and connecting to Claude Desktop

1

Install the Anaconda MCP Server package

  1. Open Terminal.
  2. Create a new conda environment and install Anaconda MCP Server:
    conda create --name <ENV_NAME> anaconda-mcp
    
  3. Activate the environment:
    conda activate <ENV_NAME>
    
When Anaconda MCP Server starts, it will open a browser window to Anaconda’s login page. However, authentication is not required to use Anaconda MCP Server.
2

Connect to Claude Desktop

You can connect to Claude Desktop automatically using the built-in setup command or by editing the configuration file manually.
3

Restart Claude Desktop

Quit and restart Claude Desktop for the changes to take effect.
4

Verify the configuration

Ask Claude something like “List my conda environments” to verify that Anaconda MCP Server is connected and responding to requests.
You can add “In conda” or “Using the conda server” to your prompts to ensure requests are routed to the conda MCP server.

Additional resources

Anaconda MCP Server is a full-featured MCP server that can be used with any MCP-enabled AI coding assistant; the Claude Desktop integration covered on this page is one way to use it. For full CLI reference documentation, including commands for starting and managing Anaconda MCP Server, composing MCP servers, and configuring client integrations, see the Anaconda MCP Server CLI reference.

Troubleshooting