networklytics-mcp logo

networklytics-mcp

Leekangbum/networklytics-mcp
0 starsUpdated 2026-05-30Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Leekangbum/networklytics-mcp MCP server](https://glama.ai/mcp/servers/Leekangbum/networklytics-mcp/badges/score.svg)](https://glama.ai/mcp/servers/Leekangbum/networklytics-mcp) ๐Ÿ - YouTube comment social network analysis (SNA): influencer centrality...

README.md

โš ๏ธ ์„œ๋น„์Šค ์šด์˜ ์ค‘๋‹จ ์•ˆ๋‚ด ํ˜„์žฌ NetworkLytics ์„œ๋ฒ„๊ฐ€ ์šด์˜ ์ค‘๋‹จ ์ƒํƒœ์ž…๋‹ˆ๋‹ค. NETWORKLYTICS_API_URL์„ ๋กœ์ปฌ ์„œ๋ฒ„ ์ฃผ์†Œ๋กœ ๋ณ€๊ฒฝํ•˜๋ฉด ๋กœ์ปฌ ํ™˜๊ฒฝ์—์„œ๋Š” ์‚ฌ์šฉ ๊ฐ€๋Šฅํ•ฉ๋‹ˆ๋‹ค.

---

networklytics-mcp

NetworkLytics MCP (Model Context Protocol) server.

Claude Desktop, Cursor ๋“ฑ MCP ์ง€์› AI ๋„๊ตฌ์—์„œ YouTube ๋Œ“๊ธ€ ๋„คํŠธ์›Œํฌ ๋ถ„์„ ๊ฒฐ๊ณผ๋ฅผ ์ง์ ‘ ์กฐํšŒํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

์„ค์น˜

pip install networklytics-mcp

Claude Desktop ์„ค์ •

~/.claude/claude_desktop_config.json ๋˜๋Š” %APPDATA%\Claude\claude_desktop_config.json์— ์ถ”๊ฐ€:

{
  "mcpServers": {
    "networklytics": {
      "command": "networklytics-mcp",
      "env": {
        "NETWORKLYTICS_API_URL": "https://networklytics.net",
        "NETWORKLYTICS_API_KEY": "nly_your_api_key_here"
      }
    }
  }
}

API ํ‚ค๋Š” NetworkLytics ๊ณ„์ • ์„ค์ • ํŽ˜์ด์ง€์—์„œ ๋ฐœ๊ธ‰๋ฐ›์„ ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.

์‚ฌ์šฉ ์˜ˆ์‹œ

Claude์—์„œ ๋‹ค์Œ๊ณผ ๊ฐ™์ด ์š”์ฒญํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค:

  • "์ด ๊ณต์œ  ๋งํฌ ๋ถ„์„ ๊ฒฐ๊ณผ๋ฅผ ๋ณด์—ฌ์ค˜: https://networklytics.net/shared/abc-123-..."
  • "๋ถ„์„ ๊ฒฐ๊ณผ์—์„œ ํ•ต์‹ฌ ์ธํ”Œ๋ฃจ์–ธ์„œ 3๋ช…์„ ์ฐพ์•„์ค˜"
  • "์ด YouTube ์ฑ„๋„ ๋Œ“๊ธ€ ์ปค๋ฎค๋‹ˆํ‹ฐ์˜ ๊ฐ์„ฑ ํŠธ๋ Œ๋“œ๋Š” ์–ด๋•Œ?"

์ œ๊ณต ๋„๊ตฌ (Tools)

| Tool | ์„ค๋ช… | ์ธ์ฆ | |------|------|------| | get_shared_analysis | ๊ณต์œ  ๋งํฌ ํ† ํฐ์œผ๋กœ ๋ถ„์„ ๊ฒฐ๊ณผ ์กฐํšŒ | ๋ถˆํ•„์š” | | get_analysis_by_id | ๋ถ„์„ ID๋กœ ๊ฒฐ๊ณผ ์กฐํšŒ | API ํ‚ค ํ•„์š” | | get_api_info | API ์ •๋ณด ๋ฐ ์—”๋“œํฌ์ธํŠธ ๋ชฉ๋ก | ๋ถˆํ•„์š” |

๋ฐ˜ํ™˜ ๋ฐ์ดํ„ฐ ๊ตฌ์กฐ

{
  "video": { "title": "...", "channel": "...", "view_count": 123456 },
  "network": {
    "total_nodes": 1500,
    "total_edges": 3200,
    "density": 0.003,
    "community_count": 7
  },
  "sentiment": {
    "positive_ratio": 0.62,
    "negative_ratio": 0.15,
    "overall": "positive"
  },
  "top_influencers": [
    { "author": "username", "degree_centrality": 0.12, "comment_count": 45 }
  ],
  "topic_keywords": ["ํ‚ค์›Œ๋“œ1", "ํ‚ค์›Œ๋“œ2"],
  "ai_insights": { ... }
}

See related servers & alternatives โ†’

Related MCP servers

Browse all โ†’

Related guides

Hand-picked reading to help you choose and use AI & ML servers.