๐ฆ
Greetings & Images
Create multilingual greetings and generate custom images for messages, social posts, and branding. Tailor tone, language, and visual style to your audience for polished results. Request a comprehensive code review when working with source code.
0 installs
Trust: 34 โ Low
Commerce
Ask AI about Greetings & Images
Powered by Claude ยท Grounded in docs
I know everything about Greetings & Images. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Greeting & Image Generation MCP Server
๋ค๊ตญ์ด ์ธ์ฌ ๋ฐ AI ์ด๋ฏธ์ง ์์ฑ์ ์ง์ํ๋ MCP (Model Context Protocol) ์๋ฒ์ ๋๋ค.
๊ธฐ๋ฅ
1. ๋ค๊ตญ์ด ์ธ์ฌ (greeting)
- ์์ด, ํ๊ตญ์ด, ์ผ๋ณธ์ด๋ก ์ธ์ฌ๋ง ์์ฑ
- ๋งค๊ฐ๋ณ์:
name: ์ธ์ฌํ ์ฌ๋์ ์ด๋ฆ (ํ์)language: ์ธ์ด ์ ํ (en,ko,ja์ค ์ ํ, ๊ธฐ๋ณธ๊ฐ:en)
2. AI ์ด๋ฏธ์ง ์์ฑ (generate_image)
- FLUX.1-schnell ๋ชจ๋ธ์ ์ฌ์ฉํ AI ์ด๋ฏธ์ง ์์ฑ
- ๋งค๊ฐ๋ณ์:
prompt: ์ด๋ฏธ์ง ์์ฑ์ ์ํ ํ๋กฌํํธ ์ค๋ช (ํ์)
- ๊ฒฐ๊ณผ: base64 ์ธ์ฝ๋ฉ๋ PNG ์ด๋ฏธ์ง
์ค์น ๋ฐ ์ค์
- ์์กด์ฑ ์ค์น:
npm install
- ํ๊ฒฝ๋ณ์ ์ค์ :
export HF_TOKEN="your_huggingface_token_here"
- ๋น๋:
npm run build
์ฌ์ฉ๋ฒ
MCP ํด๋ผ์ด์ธํธ์์ ์ฌ์ฉ
1. ์ธ์ฌ ๋๊ตฌ ์ฌ์ฉ
{
"tool": "greeting",
"parameters": {
"name": "Alice",
"language": "en"
}
}
๊ฒฐ๊ณผ:
{
"content": [
{
"type": "text",
"text": "Hello, Alice! Nice to meet you! ๐"
}
]
}
2. ์ด๋ฏธ์ง ์์ฑ ๋๊ตฌ ์ฌ์ฉ
{
"tool": "generate_image",
"parameters": {
"prompt": "Astronaut riding a horse"
}
}
๊ฒฐ๊ณผ:
{
"content": [
{
"type": "image",
"data": "base64-encoded-data",
"mimeType": "image/png"
}
],
"annotations": {
"audience": ["user"],
"priority": 0.9
}
}
๋ฆฌ์์ค
์๋ฒ ์ ๋ณด
server://info: ๊ธฐ๋ณธ ์๋ฒ ์ ๋ณดserver://detailed-info: ์์ธํ ์๋ฒ ๊ธฐ๋ฅ ๋ฐ ์ํ ์ ๋ณด
ํ๋กฌํํธ
์ฝ๋ ๋ฆฌ๋ทฐ
code_review: ์ข ํฉ์ ์ธ ์ฝ๋ ๋ฆฌ๋ทฐ ํ๋กฌํํธ ํ ํ๋ฆฟ
ํ๊ฒฝ๋ณ์
HF_TOKEN: Hugging Face API ํ ํฐ (์ด๋ฏธ์ง ์์ฑ ๊ธฐ๋ฅ์ ํ์)
๊ธฐ์ ์คํ
- TypeScript
- @modelcontextprotocol/sdk
- @huggingface/inference
- Zod (์คํค๋ง ๊ฒ์ฆ)
๋ผ์ด์ ์ค
ISC
