Beauty1 MCP Server Configuration

by Spa42

276 downloads
Not rated
GitHub

About

Beauty1 MCP Server Configuration provides the MCP (Multi-Client Protocol) server setup for the Beauty1 project, integrating the Smithery toolbox with the Cursor IDE.

Details

Author
Spa42
Downloads
276
Categories
Other

- Configured with Smithery toolbox for the Beauty1 project
- Integrated with the Cursor IDE
- Uses a static API key (@smithery/toolbox)
- Dynamic mode set to false

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Beauty1 MCP Server Configuration
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "beauty1 mcp server configuration": {
            "beauty1-mcp": {
                "command": "npx",
                "args": [
                    "-y",
                    "@smithery/cli@latest",
                    "install",
                    "@smithery/toolbox",
                    "--client",
                    "cursor",
                    "--config",
                    "{\"dynamic\":false,\"smitheryApiKey\":\"@smithery/toolbox\"}"
                ]
            }
        }
    }
}

McpServers

{
    "beauty1-mcp": {
        "command": "npx",
        "args": [
            "-y",
            "@smithery/cli@latest",
            "install",
            "@smithery/toolbox",
            "--client",
            "cursor",
            "--config",
            "{\"dynamic\":false,\"smitheryApiKey\":\"@smithery/toolbox\"}"
        ]
    }
}

Beauty1 MCP Server Configuration

This repository contains the MCP (Multi-Client Protocol) server configuration for the Beauty1 project.

Setup

1. Install the Smithery toolbox:

npx -y @smithery/cli@latest install @smithery/toolbox --client cursor --config '{"dynamic":false,"smitheryApiKey":"@smithery/toolbox"}'

2. Verify the installation:

npx @smithery/cli@latest list

Configuration

The MCP server is configured with the following settings:

- Server Name: smithery-toolbox
- Type: smithery
- Client: cursor
- Dynamic: false
- API Key: @smithery/toolbox

Usage

The Smithery toolbox provides additional functionality for the Beauty1 project through the Cursor IDE.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.