networklytics-mcp
networklytics-mcp
NetworkLytics MCP (Model Context Protocol) 服务器。
您可以在 Claude Desktop、Cursor 等支持 MCP 的 AI 工具中直接查询 YouTube 评论网络分析结果。
安装
pip install networklytics-mcpRelated MCP server: vidlens-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.com",
"NETWORKLYTICS_API_KEY": "nly_your_api_key_here"
}
}
}
}API 密钥可在 NetworkLytics 账户设置页面获取。
使用示例
您可以在 Claude 中进行如下请求:
"显示此共享链接的分析结果:https://networklytics.com/shared/abc-123-..."
"从分析结果中找出 3 位核心影响力者"
"这个 YouTube 频道评论社区的情感趋势如何?"
提供工具 (Tools)
工具 | 说明 | 认证 |
| 通过共享链接令牌查询分析结果 | 无需 |
| 通过分析 ID 查询结果 | 需要 API 密钥 |
| 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": { ... }
}Maintenance
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
- FlicenseAqualityDmaintenanceEnables fetching and analyzing YouTube video comments and replies through the YouTube Data API. Supports sorting by relevance or time and returns structured JSON data for comment analysis, summarization, and translation tasks.1
- AlicenseBqualityNot gradedmaintenanceYouTube intelligence layer for AI agents. 41 tools across 10 modules ; search, explore, transcripts, comments, visual search, analytics, and more. Zero config.41250
- FlicenseNot gradedqualityDmaintenanceProvides YouTube video search, comment analysis, AI-powered text tools, and content generation via MCP protocol and REST API.337
- AlicenseAqualityAmaintenanceMCP server for extracting structured intelligence from YouTube channels and videos — transcripts, topics, and competitive signals for AI-powered research workflows.1MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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