yt-analytics-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| YT_ANALYTICS_DATA | No | Directory path for caching analyses and transcripts. Defaults to 'data/' inside the project. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| yt_analyze_channelA | Analyze a YouTube channel: download transcripts and compute quantitative metrics (WPM, profanity, humor taxonomy, rhetoric fingerprint, title formula). Returns structured JSON. Results are cached for use in comparisons. |
| yt_list_analysesA | List all cached channel analyses. Returns channel names, video counts, and analysis dates. |
| yt_get_analysisB | Retrieve the full cached analysis JSON for a specific channel. |
| yt_remove_analysisB | Remove a cached channel analysis. |
| yt_compare_creatorsA | Build or update a tabbed HTML comparison dashboard from cached analyses. Specify which channels to include, or omit to include all cached analyses. Returns the HTML file path. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/KewkLW/yt-analytics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server