Skip to content

Installation

Requirements

  • Python 3.10 or newer
  • An MCP-compatible editor (Claude Desktop, Zed, Cursor, etc.)
# No installation needed — uvx runs atlas-mcp in an isolated env
uvx atlas-mcp

Configure your editor to use uvx:

{
  "mcpServers": {
    "atlas": {
      "command": "uvx",
      "args": ["atlas-mcp"]
    }
  }
}

Install as a global tool

uv tool install atlas-mcp
# or
pipx install atlas-mcp

Install into a project venv

uv add atlas-mcp
# or
pip install atlas-mcp

Verify installation

atlas --version
atlas status