# π Quick Deploy to GitHub
## Manual GitHub Repository Creation
Since GitHub CLI requires authentication, here's how to deploy manually:
### 1. Create GitHub Repository
1. Go to https://github.com/new
2. Repository name: `k-beauty-mcp`
3. Description: `πΈ K-Beauty MCP Server - Korean Beauty information and skincare recommendations for Claude`
4. Set to Public
5. Don't initialize with README (we already have one)
6. Click "Create repository"
### 2. Push Your Code
```bash
cd /path/to/k-beauty-mcp
git remote add origin https://github.com/YOUR_USERNAME/k-beauty-mcp.git
git branch -M main
git push -u origin main
```
### 3. Add Repository Topics
In your GitHub repo settings, add these topics:
- `mcp`
- `k-beauty`
- `korean-beauty`
- `skincare`
- `claude`
- `model-context-protocol`
- `beauty`
- `cosmetics`
### 4. Create Release
1. Go to Releases in your repo
2. Click "Create a new release"
3. Tag: `v0.1.0`
4. Title: `πΈ K-Beauty MCP Server v0.1.0`
5. Description:
```markdown
Initial release of K-Beauty MCP Server! π
β¨ Features:
- K-Beauty brand database (Sulwhasoo, COSRX, Laneige)
- Product information and price guidance
- Ingredient safety analysis and benefits
- Korean skincare routine recommendations
- Product comparison tools
- Multilingual support (English/Korean)
- Claude Desktop integration ready
π Perfect for K-Beauty enthusiasts and skincare lovers!
```
## Automated Version (if GitHub CLI is set up)
```bash
# If you have gh CLI authenticated:
gh repo create k-beauty-mcp --public --description "πΈ K-Beauty MCP Server - Korean Beauty information for Claude"
git remote add origin https://github.com/YOUR_USERNAME/k-beauty-mcp.git
git push -u origin main
gh release create v0.1.0 --title "πΈ K-Beauty MCP Server v0.1.0" --notes "Initial release with K-Beauty database and Claude integration"
```
## Share Your MCP Server
Once deployed, share it:
- Add to Model Context Protocol community
- Post on Reddit r/ClaudeAI or r/AsianBeauty
- Share on Twitter/X with #MCP hashtag
- Submit to awesome-mcp lists
Your K-Beauty MCP server is ready for the community! π