Server data from the Official MCP Registry
AI Content Creation Assistant for Korean creators - Trend analysis & SEO
AI Content Creation Assistant for Korean creators - Trend analysis & SEO
Valid MCP server (2 strong, 4 medium validity signals). 5 known CVEs in dependencies (0 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (4/4 approved).
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Add this to your MCP configuration file:
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"content-genie-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
AI Content Creation Assistant MCP Server
All-in-one content assistant for Korean content creators - Trend analysis, SEO optimization, viral prediction
Content Genie MCP is an MCP server providing 17 powerful tools for bloggers, YouTubers, Instagrammers, and marketers. It offers Korean market-specialized trend analysis, content idea generation, SEO optimization, viral prediction, and influencer collaboration analysis.
| # | Tool | Description |
|---|---|---|
| 1 | get_korean_trends | Real-time trends from Naver/Daum/Google/YouTube/Zum |
| 2 | generate_content_ideas | AI content ideas + seasonal/trend integration |
| 3 | optimize_title_hashtags | CTR-optimized titles + platform-specific hashtags |
| 4 | analyze_seo_keywords | Naver/Google SEO analysis + long-tail keywords |
| 5 | create_content_calendar | Content calendar with Korean holidays |
| 6 | analyze_competitor_content | Deep competitor content analysis |
| 7 | predict_viral_score | AI viral potential prediction (S~D grade) |
| 8 | analyze_news_trends | Real-time Korean news trend analysis |
| 9 | generate_hashtag_strategy | Platform-specific hashtag strategy |
| 10 | benchmark_content_performance | Industry performance benchmarks |
| 11 | generate_ab_test_variants | Auto A/B test variant generation |
| 12 | get_seasonal_content_guide | Seasonal/event content guide |
| 13 | analyze_thumbnail | Thumbnail analysis + CTR optimization |
| 14 | generate_script_outline | Script/outline auto-generation |
| 15 | repurpose_content | Content repurposing strategy |
| 16 | analyze_influencer_collab | Influencer collaboration analysis |
| 17 | predict_content_performance | AI content performance prediction |
Add to claude_desktop_config.json:
{
"mcpServers": {
"content-genie": {
"command": "npx",
"args": ["-y", "content-genie-mcp"]
}
}
}
claude mcp add content-genie-mcp -- npx -y content-genie-mcp
Content Genie MCP supports MCP 2025-03-26 Streamable HTTP transport for remote server deployment.
# Start server in HTTP mode
MCP_HTTP_MODE=true npx content-genie-mcp
# With custom host and port
HOST=0.0.0.0 PORT=3000 MCP_HTTP_MODE=true npx content-genie-mcp
Endpoints:
| Method | Endpoint | Description |
|---|---|---|
| GET | / | Server info |
| GET | /health | Health check |
| POST | /mcp | MCP JSON-RPC requests |
| GET | /mcp | SSE stream for server messages |
Example Request:
# Initialize
curl -X POST http://localhost:3000/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}'
# List tools
curl -X POST http://localhost:3000/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}'
Docker Deployment:
docker build -t content-genie-mcp .
docker run -p 3000:3000 -e MCP_HTTP_MODE=true content-genie-mcp
User: "What are trending topics in Korea right now?"
Claude will:
1. Fetch real-time trends from Naver, Daum, Google, YouTube
2. Categorize trends (news, entertainment, tech, etc.)
3. Suggest content opportunities
4. Provide upcoming events and holidays
Content Genie MCP는 블로거, 유튜버, 인스타그래머, 마케터를 위한 17가지 강력한 도구를 제공하는 MCP 서버입니다. 한국 시장에 특화된 트렌드 분석, 콘텐츠 아이디어 생성, SEO 최적화, 바이럴 예측, 인플루언서 협업 분석 기능을 제공합니다.
| # | 도구 | 설명 |
|---|---|---|
| 1 | get_korean_trends | 네이버/다음/구글/유튜브/줌 실시간 트렌드 |
| 2 | generate_content_ideas | AI 콘텐츠 아이디어 + 시즌/트렌드 연계 |
| 3 | optimize_title_hashtags | CTR 최적화 제목 + 플랫폼별 해시태그 |
| 4 | analyze_seo_keywords | 네이버/구글 SEO 분석 + 롱테일 키워드 |
| 5 | create_content_calendar | 한국 기념일 반영 콘텐츠 캘린더 |
| 6 | analyze_competitor_content | 경쟁사 콘텐츠 심층 분석 |
| 7 | predict_viral_score | AI 바이럴 가능성 예측 (S~D 등급) |
| 8 | analyze_news_trends | 실시간 한국 뉴스 트렌드 분석 |
| 9 | generate_hashtag_strategy | 플랫폼별 해시태그 전략 생성 |
| 10 | benchmark_content_performance | 업계별 성과 벤치마크 |
| 11 | generate_ab_test_variants | A/B 테스트 변형 자동 생성 |
| 12 | get_seasonal_content_guide | 시즌/이벤트 콘텐츠 가이드 |
| 13 | analyze_thumbnail | 썸네일 분석 + CTR 최적화 |
| 14 | generate_script_outline | 스크립트/대본 아웃라인 생성 |
| 15 | repurpose_content | 콘텐츠 리퍼포징 전략 |
| 16 | analyze_influencer_collab | 인플루언서 협업 분석 |
| 17 | predict_content_performance | 콘텐츠 성과 예측 AI |
claude_desktop_config.json에 추가:
{
"mcpServers": {
"content-genie": {
"command": "npx",
"args": ["-y", "content-genie-mcp"]
}
}
}
claude mcp add content-genie-mcp -- npx -y content-genie-mcp
Content Genie MCP는 원격 서버 배포를 위한 MCP 2025-03-26 Streamable HTTP 전송을 지원합니다.
# HTTP 모드로 서버 시작
MCP_HTTP_MODE=true npx content-genie-mcp
# 커스텀 호스트 및 포트 설정
HOST=0.0.0.0 PORT=3000 MCP_HTTP_MODE=true npx content-genie-mcp
엔드포인트:
| 메서드 | 엔드포인트 | 설명 |
|---|---|---|
| GET | / | 서버 정보 |
| GET | /health | 헬스 체크 |
| POST | /mcp | MCP JSON-RPC 요청 |
| GET | /mcp | 서버 메시지용 SSE 스트림 |
요청 예시:
# 초기화
curl -X POST http://localhost:3000/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}}}'
# 도구 목록 조회
curl -X POST http://localhost:3000/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/list","params":{}}'
Docker 배포:
docker build -t content-genie-mcp .
docker run -p 3000:3000 -e MCP_HTTP_MODE=true content-genie-mcp
User: "요즘 한국에서 뭐가 트렌드야?"
Claude가 수행:
1. 네이버, 다음, 구글, 유튜브에서 실시간 트렌드 수집
2. 트렌드 카테고리 분류 (뉴스, 엔터, 테크 등)
3. 콘텐츠 기회 제안
4. 다가오는 이벤트 및 기념일 안내
MIT License
Yoonkyoung Gong - GitHub
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
by Taylorwilsdon · Productivity
Control Gmail, Calendar, Docs, Sheets, Drive, and more from your AI