Skip to main content
Glama

networklytics-mcp

NetworkLytics MCP (Model Context Protocol) server.

You can directly query YouTube comment network analysis results in MCP-supported AI tools such as Claude Desktop and Cursor.

Installation

pip install networklytics-mcp

Related MCP server: vidlens-mcp

Claude Desktop Configuration

Add to ~/.claude/claude_desktop_config.json or %APPDATA%\Claude\claude_desktop_config.json:

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

You can obtain your API key from the NetworkLytics account settings page.

Usage Examples

You can make requests in Claude such as:

  • "Show me the analysis results for this shared link: https://networklytics.com/shared/abc-123-..."

  • "Find the top 3 key influencers from the analysis results"

  • "What are the sentiment trends in this YouTube channel's comment community?"

Tools

Tool

Description

Authentication

get_shared_analysis

Retrieve analysis results using a shared link token

Not required

get_analysis_by_id

Retrieve results using an analysis ID

API key required

get_api_info

API information and list of endpoints

Not required

Returned Data Structure

{
  "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": { ... }
}
Install Server
A
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Social media analytics, post insights, and competitor benchmarking for AI agents.

  • Unified social-media data across 10 networks: profiles, posts, search, comments, cross-search.

  • Public social-data API and live docs for AI coding agents.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Leekangbum/networklytics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server