PixeryAI

Getting Started

Welcome to Pixery AI! This guide will help you set up all the AI tools and MCP servers for Claude Code.

Prerequisites

Before you begin, make sure you have:

  • macOS (required)
  • A Pixery API key (contact your admin)

The installer will automatically set up Homebrew, Node.js, Claude Code, and Codex CLI if needed.

Quick Installation

The fastest way to get started is using our installer script:

curl -fsSL https://ai-server.pixerylabs.net/install.sh | bash -s -- 6d3da6fe-7dc1-4693-8fcb-2991e350a046

This script will:

  1. Install Homebrew and Node.js (if not present)
  2. Install Claude Code CLI
  3. Install Codex CLI
  4. Configure Codex authentication
  5. Configure default MCP servers
  6. Install the CLAUDE.md template

Verification

To verify your installation:

# Start Claude Code
claude
 
# Check MCP server status
/mcp

You should see all configured MCP servers listed and connected.

Next Steps