Beauty1 MCP Server Configuration
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
Jump to
- 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:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Beauty1 MCP Server ConfigurationCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- 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.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



