Claude Desktop Configuration

For local installations from source:

npm run setup

Wizard Steps:

1. Verify Installation

  • Checks Node.js version (requires v18+)

  • Verifies npm installation

  • Confirms project build succeeded

  • Validates all dependencies installed

2. Locate Claude Desktop Config

  • Auto-detects operating system

  • Searches standard config locations

  • Verifies config file exists and is readable

  • Creates backup (.backup file)

  • Validates JSON syntax

3. Network Selection

  • Mainnet only

  • Testnet only

  • Both networks (runs two separate servers)

4. Update Configuration

  • Generates appropriate JSON configuration

  • Merges with existing MCP servers (preserves others)

  • Validates final configuration syntax

  • Writes updated config to Claude Desktop

5. Optional Testing

  • Offers to run comprehensive test suite

  • Tests HTTP RPC connectivity

  • Validates SDK operations

  • Checks cryptography functions

  • Provides detailed test results

Manual Configuration

Step 1: Locate Config File

Operating System
Config File Location

Windows

%APPDATA%\Claude\claude_desktop_config.json

macOS

~/Library/Application Support/Claude/claude_desktop_config.json

Linux

~/.config/Claude/claude_desktop_config.json

Step 2: Edit Configuration

Open the file in a text editor and add the Zetrix MCP Server configuration.

Mainnet Configuration:

Testnet Configuration:

Both Networks (Dual Setup):

Local Development (From Source):

Step 3: Restart Claude Desktop

Complete shutdown and restart for changes to take effect.

Last updated