MCP Hub
Back to servers

korean-keyword-mcp

MCP server for Korean keyword analysis using Naver SearchAd API. Niche scoring, search volume, trend analysis, blog competition, and batch comparison.

Updated
Feb 21, 2026

Quick Install

npx -y korean-keyword-mcp

korean-keyword-mcp

MCP server for Korean keyword niche analysis. The only MCP server that exposes Naver SearchAd API data (CPC competition, click rates) for keyword research.

Why This Exists

Featurekorean-keyword-mcpOther Naver MCP servers
SearchAd API (CPC, competition index)YESNO
Niche scoring (0-100, A-F grade)YESNO
Blog competition deep analysisYESBasic search only
Keyword expansion + scoringYESNO
Batch comparison analysisYESNO
Trending keyword discoveryYESNO

Tools (7)

ToolDescription
keyword_expandExpand seed keyword → 50+ related keywords with Quick Score + top N Full Score
niche_scoreSingle keyword full niche analysis (0-100 score + A-F grade)
search_volumeNaver SearchAd monthly search volume (PC/mobile split, competition index)
trendNaver DataLab 12-month search trend (monthly relative values 0-100)
blog_competitionBlog competition analysis (total results + top 10 posts)
batch_analyzeBatch niche analysis for up to 10 keywords with sorted comparison
trending_discoverDiscover rising-trend keywords from seed keyword's related keywords

Scoring Algorithm

Full Niche Score (100 points)

ComponentWeightSource
Volume20SearchAd API — sweet spot: 1K-30K searches
Competition30Blog total results + blogger diversity
Freshness15Average post age (older = less competition)
Trend2012-month linear regression slope
Efficiency15Search volume / blog post ratio

Grades: A (75+), B (60+), C (45+), D (30+), F (<30)

Setup

1. Get Naver API Keys

You need two sets of API credentials:

Naver SearchAd API (for search volume, CPC, competition):

  1. Go to Naver SearchAd
  2. Create an account → Tools → API License
  3. Note your Customer ID, API Key, and Secret Key

Naver Developer API (for DataLab trends, blog search):

  1. Go to Naver Developers
  2. Register application → Select "Search" and "DataLab" APIs
  3. Note your Client ID and Client Secret

2. Configure Claude Desktop

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "korean-keyword": {
      "command": "npx",
      "args": ["-y", "korean-keyword-mcp"],
      "env": {
        "NAVER_SEARCHAD_CUSTOMER_ID": "your-customer-id",
        "NAVER_SEARCHAD_API_KEY": "your-api-key",
        "NAVER_SEARCHAD_SECRET_KEY": "your-secret-key",
        "NAVER_CLIENT_ID": "your-client-id",
        "NAVER_CLIENT_SECRET": "your-client-secret"
      }
    }
  }
}

3. Verify

Restart Claude Desktop. You should see "korean-keyword" in the MCP servers list with 7 tools available.

Example Usage

Once connected, you can ask Claude:

  • "Analyze the niche potential of '캠핑의자'" → uses niche_score
  • "Find niche keywords related to '다이어트'" → uses keyword_expand
  • "Compare these keywords: 캠핑의자, 캠핑테이블, 캠핑조명" → uses batch_analyze
  • "What keywords related to '캠핑' are trending up?" → uses trending_discover
  • "How much search volume does '에어프라이어' get?" → uses search_volume

Environment Variables

VariableRequiredDescription
NAVER_SEARCHAD_CUSTOMER_IDYesSearchAd API customer ID
NAVER_SEARCHAD_API_KEYYesSearchAd API key
NAVER_SEARCHAD_SECRET_KEYYesSearchAd API secret
NAVER_CLIENT_IDYesNaver Developer client ID
NAVER_CLIENT_SECRETYesNaver Developer client secret

License

MIT

Reviews

No reviews yet

Sign in to write a review