1. Conduid
  2. Documentation
  3. Leekangbum/networklytics-mcp
MCP server · Documentation

Leekangbum/networklytics-mcp

YouTube comment social network analysis (SNA): influencer centrality ranking, community detection (Louvain), sentiment analysis, and public JSON API for AI agents

Unclaimed comms
34Low

Scored 4 months ago · breakdown

About Leekangbum/networklytics-mcp

Leekangbum/networklytics-mcp is an MCP server in the Documentation category: youTube comment social network analysis (SNA): influencer centrality ranking, community detection (Louvain), sentiment analysis, and public JSON API for AI agents. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/Leekangbum/networklytics-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Leekangbum/networklytics-mcp

Powered by Claude · Grounded in docs

I know everything about Leekangbum/networklytics-mcp. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

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": { ... }
}

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Leekangbum/networklytics-mcp

How do I install Leekangbum/networklytics-mcp?

Run git clone https://github.com/Leekangbum/networklytics-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Leekangbum/networklytics-mcp safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Leekangbum/networklytics-mcp still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.