Claude is a powerful AI assistant by Anthropic that can be enhanced with VeyraX integration to access your tools directly.

Automatic Installation

Run Installation Command

Open your terminal and run the following command:

npx -y @smithery/cli@latest install @VeyraX/veyrax-mcp --client claude

Add API Key

When prompted, provide the API key that you created in the VeyraX Platform.

Manual Installation

Access Claude Settings

Open Claude and navigate to settings.

Open Developer Settings

Then open developer settings, which will open a folder on your computer.

Locate Configuration File

Find and open the file called claude_desktop_config.json.

Add MCP Configuration

Add the following configuration to your MCP config file. You’ll need to paste the command with your VeyraX API key that you can copy from the VeyraX Platform.

The configuration will look like this:

{
  "mcpServers": {
    "@VeyraX-veyrax-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli@latest",
        "run",
        "@VeyraX/veyrax-mcp",
        "--config",
        "\"{\\\"VEYRAX_API_KEY\\\":\\\"YOUR_VEYRAX_API_KEY\\\"}\""
      ]
    }
  }
}

Restart Claude Application

After you add new tools, you need to restart the app to access them. You’ll see the available tools in the next launch.

Start Using VeyraX in Claude

now you can ask questions about any tools you’ve connected via VeyraX directly in Claude.