MCP Setup Guide (Claude)

This guide instructs users on setting up the MCP Server and enabling Claude Desktop integration for both Windows and macOS systems.

Prerequisites

Before beginning the setup process, you will need to:

  • Access to a Pax8 account (app.pax8.com)
  • Administrative privileges on your computer
  • Internet connection for downloading required software

Step 1: Access the Pax8 Integrations Page

  1. Sign in to app.pax8.com
  2. On the left pane, select Settings > Integrations

Step 2: Generate Authentication Token

  1. Navigate to the Integrations page
  2. On the Integrations page, select the MCP server tab
  3. Under MCP Token and Authentication, select Generate Token
    • The page will refresh automatically after token generation

Step 3: Install Node.js v18

Node.js v18 is the minimum requirement to access the MCP Server.

Initial Steps (All Platforms)

  1. On the Integrations page, select the MCP server tab
  2. On the right Info panel, under Prerequisites, select Node.js v18
  3. On nodejs.org, select Download
  4. On the Download Node.js page, locate the dropdown for a prebuilt Node.js

Platform-Specific Download and Installation

Windows

  1. Select Windows from the dropdown
  2. Select Windows installer (.msi)
  3. Access the node-v[semver version].msi file on your device

macOS

  1. Select macOS from the dropdown
  2. Select macOS installer (.pkg)
  3. Access the node-v[semver version].pkg file on your device

Installation Process (All Platforms)

  1. On the Install Node.js wizard, select Continue
  2. Read the Software License Agreement and select Continue
  3. Select Agree to the terms of the agreement
  4. Select Install (you will be prompted to enter your device's username and password)
  5. Enter your login details and select Install Software
  6. When download is complete, select Close

Step 4: Install Claude Desktop

Prior to downloading the Claude Desktop app, ensure you have completed Steps 1-3 (token generation and Node.js installation).

Download Claude Desktop

  1. On the Integrations page, select the MCP server tab
  2. On the right Info panel, under Prerequisites, select Claude Desktop

Windows

  1. On the Claude Download page, select Windows
  2. Access the Claude.exe file on your device
    • Default directory: C:\Users\your-username\AppData\Roaming\Claude

macOS

  1. On the Claude Download page, select macOS
  2. Access the Claude.dmg file on your device

Install and Setup Claude Desktop

  1. Follow the instructions to download and install
  2. Open your newly-downloaded Claude application

macOS Additional Step

  1. On the Claude for Mac wizard, select Get Started

Continue for All Platforms

  1. Choose your sign-in method and create an account
  2. You will be prompted with the following before accessing the Claude app:
    • "Do you want to allow this website to open 'Claude'?"
    • "Use Quick entry to send messages and screenshots to Claude from any app."
  3. Verify that the Claude Desktop chat window is open

Step 5: Configure Claude Desktop

Access Settings

Windows

  1. Select the menu icon > Settings…

macOS

  1. On the top menu, select Claude > Settings…

Edit Configuration

  1. On the Settings module, select Developer > Edit Config
  2. Open claude_desktop_config.json (the file will open in your device's default text editor)
  3. Navigate back to the Integrations > MCP Server page in your browser
  4. Scroll down to the Connect section and select Claude
  5. Select Copy Code (this will copy the configuration with your MCP token already in place to the clipboard)
      1. OR you can copy this code and replace with your unique token
      2. {
          "mcpServers": {
            "supergateway-pax8": {
              "command": "npx",
              "args": [
                "-y",
                "supergateway",
                "--header",
                "x-pax8-mcp-token:YOUR-MCP-TOKEN-HERE",
                "--sse",
                "https://mcp.pax8.com/v1/sse"
              ]
            }
          }
        }
        

  6. Locate your text editor window with claude_desktop_config.json and replace the existing text with your copied code
  7. On the top menu, select File > Save
  8. Exit the text editor once the file is saved

Apply Configuration Changes

Windows

  1. Exit the Claude Desktop application
  2. Reopen the Claude Desktop app

macOS

  1. Exit the Claude Desktop application by selecting Claude > Quit from the top menu
  2. Reopen the Claude Desktop app

Step 6: Verify Integration

  1. Select the Adjust icon on the chat window (a modal will appear)
  2. Select supergateway-pax8 (there should be a corresponding number next to it)
  3. Verify that there is a list of tools available under supergateway-pax8
  4. Claude Desktop should now be integrated with the Pax8 MCP Server

Optional: Getting Started

Use the sample prompts available on the Integrations > MCP Server page to begin exploring the integration capabilities.

Troubleshooting

If you encounter issues during setup:

  • Ensure Node.js v18 or higher is properly installed
  • Verify that your authentication token was generated successfully
  • Check that the claude_desktop_config.json file was saved correctly
  • Restart Claude Desktop after making configuration changes

For additional support, refer to the Pax8 documentation or contact your system administrator or see Clause official documentation: https://modelcontextprotocol.io/quickstart/user