Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🎯 Marketing
  3. Content Genie
C
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:06:31 AM

Content Genie

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

AI Content Creation Assistant for Korean creators - Trend analysis & SEO

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "content-genie": {
      "command": "npx",
      "args": [
        "-y",
        "content-genie"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🎯 More in Marketing

Documentation Overview

content-genie-mcp

Korean-content-creator MCP that gives Claude live Naver/Daum/Google/YouTube/Zum trends, a 100+ Korean-holiday DB, and a viral-score predictor β€” so you stop tab-hopping between 5 trend dashboards before every post.

CI npm License: MIT Maintained

English Β· ν•œκ΅­μ–΄


Why content-genie?

Most "trend" MCPs are thin wrappers around Google Trends. If you're publishing for a Korean audience (Naver Blog, YouTube Korea, Instagram KR, TikTok), Google alone misses the signal β€” Naver Datalab, Daum search, Zum realtime, and KR-region YouTube each surface different keywords at different hours. content-genie consolidates all five sources into one MCP, layers a 100+ Korean-holiday + 14일-day-series + 절기 event database so Claude can plan around 빼빼둜데이 and 수λŠ₯ without being told, and finishes the loop with a viral-score predictor trained on the structural patterns (numbers, brackets, emotional triggers, urgency words) that move CTR in Korean content.

The Phase 4 refactor (v2.12.0, May 2026) made the whole thing safe to depend on: every scraper sits behind a per-source circuit breaker (3 fails β†’ open 5 min) with a stale-cache fallback, so a Naver HTML change no longer takes the whole MCP down β€” it just degrades that one source and tells the LLM about it via resource://content-genie/sources.

What's new in v2.12.0

  • 17 tools, one registry, six small files. The old 4,712-line index.ts is gone β€” tools live in src/tools/{trends,seo,contentIdeas,viralScoring,competitorAnalysis,koreanEvents}.ts. Adding a tool is a one-liner.
  • Scrapers can't take the server down anymore. Per-source circuit breaker + LRU/TTL cache (15 min, 100 entries) + stale fallback. When Naver is degraded, Claude sees source_status: 'stale' and adapts.
  • Two new MCP Resources for @-mention. resource://content-genie/korean-events/{year} returns the full event DB rebased to any year; resource://content-genie/sources exposes live breaker + cache state.
  • Two MCP Prompts as guided workflows. viral-title chains optimize_title_hashtags β†’ predict_viral_score β†’ generate_ab_test_variants. competitor-analysis does URL analysis + gap-filling ideation.
  • 38 tests across 8 suites. Circuit breaker transitions, cache eviction, scraper fallback paths, SSRF guard, every tool group β€” runs on Node 20 + 22 in CI.

5-minute Quickstart

bash
# 1. Install via Claude Code (recommended)
claude mcp add content-genie -- npx -y content-genie-mcp

# 2. Or add to Claude Desktop's claude_desktop_config.json:
config.json
{
  "mcpServers": {
    "content-genie": {
      "command": "npx",
      "args": ["-y", "content-genie-mcp"]
    }
  }
}
  1. Restart Claude Desktop (or claude will pick it up on the next run).
  2. Try this in Claude:
Code
였늘 ν•œκ΅­μ—μ„œ λœ¨λŠ” ν‚€μ›Œλ“œ 5개둜 유튜브 μ‡ΌμΈ  제λͺ© 후보 3κ°œμ”© λ§Œλ“€κ³ , 각각 λ°”μ΄λŸ΄ 점수 λ“±κΈ‰ 맀겨쀘.
  1. Expected: Claude calls get_korean_trends (naver+daum+google+youtube+zum merged) β†’ optimize_title_hashtags per keyword β†’ predict_viral_score β†’ returns a ranked S/A/B/C/D grade table with the structural reason ("제λͺ©μ— 숫자 + ν˜ΈκΈ°μ‹¬ 트리거 포함").

Real use cases

1. "I need a Korean blog post topic that won't be obsolete by tomorrow"

Problem: Naver Blog rewards quick takes on the keywords trending right now, but those keywords change every 4 hours. With this MCP: Claude calls get_korean_trends({ platform: 'naver', limit: 20 }) and then generate_content_ideas against the freshest 5 keywords with seasonal: true. The seasonal layer adds upcoming Korean events from the 100+ DB β€” so the suggestion isn't just "AI μΆ”μ²œ 도ꡬ" but "AI μΆ”μ²œ 도ꡬ + 수λŠ₯ D-30 μ½˜ν…μΈ  기획" because get_seasonal_content_guide saw 수λŠ₯ is 4 weeks out. Why it's better than the Naver Datalab UI: Datalab gives you a chart. This MCP gives you 5 titled, hashtag-optimized post drafts grounded in those same trends, in one conversational round-trip.

2. "Will this YouTube Shorts title actually pop?"

Problem: Title CTR is the single biggest lever on Shorts, but you only know after you publish. With this MCP: Paste your draft into Claude, say "use the viral-title prompt". The prompt chains optimize_title_hashtags β†’ predict_viral_score β†’ generate_ab_test_variants and returns an S~D grade plus 5 A/B variants with the structural deltas (added number, added urgency word, shortened to 25 chars). Why it's better than vibes: the scorer reads the same 6 signal classes a Korean copywriter would β€” emotional triggers (좩격|μ‹€ν™”|μˆ¨κ²¨μ§„), structural elements (numbers/brackets/?/!), urgency, social proof, utility framings (방법|κΏ€νŒ|λ…Έν•˜μš°), and length window β€” and tells you which ones are missing.

3. "I run a small Korean brand, I need a content calendar that respects local holidays"

Problem: Generic calendar tools don't know about 빼빼둜데이, κΉ€μž₯μ² , 수λŠ₯, or ν•œκ°€μœ„ μ—°νœ΄, so you end up posting a promo on ν˜„μΆ©μΌ. With this MCP: Claude calls create_content_calendar({ months: 3, niche: 'beauty' }), which joins your 3-month window against the 100+ event DB (곡휴일 18 + 데이 μ‹œλ¦¬μ¦ˆ 12 + 절기 15 + 상업 이벀트 15 + μ‹œμ¦Œ/날씨 12 + μž…μ‹œ 10 + μ‡Όν•‘ 10 + 크리에이터 νŠΉν™” 8) and produces a date-by-date plan with content themes per event. Why it's better than a Notion template: the DB is rebased to any year (resource://content-genie/korean-events/2027 is a single @-mention away), so the calendar stays accurate next year without you maintaining it.

Tools / Resources / Prompts

NameTypeWhat it does
get_korean_trendstoolReal-time trends across Naver / Daum / Google / YouTube / Zum, merged + de-duped
analyze_news_trendstoolKorean news headline trends with category buckets
analyze_seo_keywordstoolNaver + Google autocomplete + long-tail expansion
optimize_title_hashtagstoolCTR-optimized title rewrites + per-platform hashtag set
generate_hashtag_strategytoolPer-platform (IG/YT/TikTok/Naver) hashtag mix with breadth/depth split
generate_content_ideastoolIdea generation seeded by trend + season + niche
generate_script_outlinetoolLong-form script / short-form scene-by-scene outline
repurpose_contenttoolOne post β†’ cross-platform variants (Blog β†’ Shorts β†’ Reel β†’ Thread)
predict_viral_scoretoolS~D grade with structural / emotional / urgency reasons
generate_ab_test_variantstoolN A/B title variants with the lever changed in each
predict_content_performancetoolHeuristic CTR / share / save estimate
analyze_thumbnailtoolThumbnail concept analysis + CTR-optimization checklist
analyze_competitor_contenttoolURL-fetch competitor post (SSRF-guarded) + gap analysis
benchmark_content_performancetoolIndustry benchmarks by niche / platform
analyze_influencer_collabtoolInfluencer fit / audience-overlap / brief generator
create_content_calendartoolMulti-month calendar joined against Korean event DB
get_seasonal_content_guidetool"What should I post in the next 2 weeks?" β€” event-aware
resource://content-genie/korean-events/{year}resourceFull 100+ event DB rebased to any year (JSON)
resource://content-genie/sourcesresourceLive scraper breaker + cache state for graceful degradation
prompt://content-genie/viral-titlepromptoptimize β†’ predict β†’ A/B-vary, one slash command
prompt://content-genie/competitor-analysispromptURL fetch β†’ gap-fill ideation workflow

How it works

Code
                    Claude (or any MCP client)
                              β”‚
                              β–Ό
                        McpServer (SDK 1.25)
                              β”‚
                  β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”Όβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
                  β–Ό           β–Ό           β–Ό
              17 tools    Resources    Prompts
                  β”‚
                  β–Ό
            runScraper()  ◄── core/cache.ts (LRU + 15min TTL)
                  β”‚       ◄── core/circuitBreaker.ts (3-fail β†’ open 5min)
                  β–Ό
         scrapers/{naver,daum,google,youtube,zum}.ts
                  β”‚
                  β–Ό
            core/security.ts (SSRF + 30s timeout + 5MiB cap)

Three design choices that matter:

  1. Per-source circuit breaker. A bad day at Naver doesn't take down 16 other tools β€” only the trend tools that need Naver, and even those return a stale-cache status: 'stale' envelope so the LLM can adapt.
  2. Scrapers never throw. They return a ScrapeResult envelope (ok | stale | unavailable). All error handling is in one place (runScraper), so adding a new source is "write a scraper, return ScrapeResult, done".
  3. Event DB rebased on read. The 100+ Korean holiday/event database is stored as month-day rules and rebased to any year on demand β€” so …/korean-events/2027 works today.

Configuration

Env varDefaultPurpose
MCP_HTTP_MODEfalsetrue to run as Streamable HTTP server instead of stdio
HOST0.0.0.0HTTP bind host
PORT3000HTTP bind port
CONTENT_GENIE_ALLOWED_HOSTSKR search/social/commerce allowlistComma-separated host allowlist for analyze_competitor_content SSRF guard. Override to add your own competitor domains.

HTTP endpoints (when MCP_HTTP_MODE=true):

MethodPathPurpose
GET/Server info
GET/healthHealth probe (Railway/Docker)
POST/mcpMCP JSON-RPC requests (2025-03-26 spec)
GET/mcpSSE stream for server-initiated messages

Known limitations

  • Scrapers are HTML-driven. Naver / Daum / Zum don't expose public trend APIs; the scrapers parse HTML. When they change their markup, the affected source returns status: 'unavailable' until we ship a parser fix. The circuit breaker keeps the rest of the MCP working in the meantime.
  • Viral score is structural, not semantic. predict_viral_score is a heuristic over Korean copy patterns. It can't read the meaning of your post β€” only the structural / emotional / urgency signals in the title + description.
  • No thumbnail image analysis. analyze_thumbnail works on a thumbnail concept description, not on an uploaded image. Image-in is on the roadmap.
  • Korean-first. Hashtag templates, urgency words, and the event DB are Korean. English/JP modes are not in scope for v2.x.

When NOT to use this

  • If you need a global trend dashboard, use Google Trends directly β€” content-genie is opinionated toward the Korean creator stack.
  • If you need paid keyword data with search volume (넀이버 검색광고 API, Ahrefs, SEMrush), use those β€” content-genie's SEO tools rely on free autocomplete + heuristic long-tail expansion.
  • If you need deterministic LLM-free copy generation for compliance reasons, this MCP feeds an LLM β€” the LLM is what writes the actual titles.

Comparison

content-genie-mcpRaw scraping yourselfNaver Datalab UISmartEditor / 넀이버 검색광고 API
Multi-source merge (5 KR sources)yesDIYNaver onlyNaver only
Korean event DB built-in100+ eventsnonono
Circuit breaker + cacheyesDIYn/an/a
Viral score heuristicyesnonono
MCP-native (Claude @-mention events)yesnonono
Costfree (npm)dev timefreepaid above quota

Roadmap

  • More sources. Tistory realtime, Brunch picks, Kakao View β€” currently 5 sources, want 8.
  • Image-in thumbnail analysis. Accept uploaded thumbnails and run vision-based CTR scoring.
  • Cached-trend Resource. Expose resource://content-genie/trends/{platform}/latest so the LLM can @-mention last-scrape results without spending a tool call.
  • Video script β†’ captions/subtitles. Pair generate_script_outline with a captions formatter for Shorts upload.
  • Naver 검색광고 API integration (opt-in). When the user supplies an API key, switch SEO tools from autocomplete heuristics to real search volume.

Contributing

PRs welcome. The Phase 4 refactor made the codebase contributor-friendly β€” adding a tool is a single-file change. See the Contributing section below or open an issue first if you want to discuss a larger change. CI runs typecheck + test + build on Node 20 + 22 against every PR.

Quick contributor loop:

bash
git clone https://github.com/MUSE-CODE-SPACE/content-genie-mcp
cd content-genie-mcp
npm install
npm run typecheck && npm test && npm run build

Security

This MCP fetches third-party URLs and takes LLM-driven input. The threat model, SSRF host allowlist, 30-second fetch timeout + 5 MiB body cap, and CONTENT_GENIE_ALLOWED_HOSTS override are documented in SECURITY.md. Report vulnerabilities privately via a GitHub Security Advisory at https://github.com/MUSE-CODE-SPACE/content-genie-mcp/security/advisories/new.

License

MIT β€” SPDX identifier declared in package.json (a top-level LICENSE file will be added in the next release).

Maintainer

@yoon-k (MUSE-CODE-SPACE). For support, open an issue: https://github.com/MUSE-CODE-SPACE/content-genie-mcp/issues.


ν•œκ΅­μ–΄ μš”μ•½

content-genie-mcpλŠ” ν•œκ΅­ μ½˜ν…μΈ  크리에이터λ₯Ό μœ„ν•œ MCP μ„œλ²„μž…λ‹ˆλ‹€. 넀이버 / λ‹€μŒ / ꡬ글 / 유튜브 / 쀌 5개 μ†ŒμŠ€μ˜ μ‹€μ‹œκ°„ νŠΈλ Œλ“œλ₯Ό ν•œ λ²ˆμ— 합쳐 보여주고, 100+ ν•œκ΅­ 기념일/이벀트 DB(곡휴일 18, 데이 μ‹œλ¦¬μ¦ˆ 12, 절기 15, 상업 이벀트 15, μ‹œμ¦Œ/날씨 12, μž…μ‹œ 10, μ‡Όν•‘ 10, 크리에이터 νŠΉν™” 8)와 λ°”μ΄λŸ΄ 점수 예츑기(S~D λ“±κΈ‰, ν•œκ΅­μ–΄ μΉ΄ν”Ό νŒ¨ν„΄ 기반)λ₯Ό ν•¨κ»˜ μ œκ³΅ν•©λ‹ˆλ‹€.

v2.12.0(2026-05-20)μ—μ„œ 17개 도ꡬ가 λ„λ©”μΈλ³„λ‘œ λͺ¨λ“ˆν™”λ˜μ—ˆκ³ , μŠ€ν¬λž˜νΌλ³„ 회둜 차단기 + LRU μΊμ‹œ + stale fallback 으둜 ν•œ μ†ŒμŠ€κ°€ 망가져도 λ‚˜λ¨Έμ§€κ°€ 정상 λ™μž‘ν•©λ‹ˆλ‹€. @-mention κ°€λŠ₯ν•œ MCP Resources 2κ°œμ™€ μŠ¬λž˜μ‹œ λͺ…λ Ήμš© Prompts 2κ°œλ„ μΆ”κ°€λ˜μ—ˆμŠ΅λ‹ˆλ‹€.

μ„€μΉ˜ (Claude Code):

Terminal
claude mcp add content-genie -- npx -y content-genie-mcp

첫 호좜 μ˜ˆμ‹œ:

Code
였늘 ν•œκ΅­μ—μ„œ λœ¨λŠ” ν‚€μ›Œλ“œ 5개둜 유튜브 μ‡ΌμΈ  제λͺ© 후보 3κ°œμ”© λ§Œλ“€κ³ , 각각 λ°”μ΄λŸ΄ 점수 λ“±κΈ‰ 맀겨쀘.

μžμ„Έν•œ λ‚΄μš©μ€ 영문 μ„Ήμ…˜, λ³€κ²½ 이λ ₯은 CHANGELOG.md, μœ„ν˜‘ λͺ¨λΈμ€ SECURITY.mdλ₯Ό μ°Έκ³ ν•˜μ„Έμš”.

Related MCP Servers

View all in Marketing View all alternatives
  • Facebook Ads Mcp Server logoFacebook Ads Mcp Server

    MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.

    🎯 Marketing0 views
    Compare vs Facebook Ads Mcp Server β†’
  • T
    Timothe's Growth Calendar

    Plan, schedule and generate SEO articles on a content calendar, from your agent.

    🎯 Marketing0 views
    Compare vs Timothe's Growth Calendar β†’
  • T
    TransformSEO

    SEO analysis server with 128 tools for keyword research, competitors, backlinks, and more.

    🎯 Marketing0 views
    Compare vs TransformSEO β†’
  • W
    WPWriter for WordPress

    WordPress AI content generation, images, SEO, automation. 121 tools.

    🎯 Marketing0 views
    Compare vs WPWriter for WordPress β†’

Frequently Asked Questions about Content Genie

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "content-genie": { "command": "npx", "args": ["-y", "content-genie"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewContent Genie AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/content-genie?style=directory)](https://allmcps.com/mcp/content-genie)
HTML Embed
<a href="https://allmcps.com/mcp/content-genie"><img src="https://allmcps.com/api/badge/content-genie?style=directory" alt="Content Genie on AllMCPs" /></a>

Technical Specs & Signals

Category🎯Marketing
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🎯 Marketing β†’Best MCP servers for Marketing & SEO β†’Alternatives to Content Genie β†’Install in Claude DesktopInstall in CursorInstall in VS Code