youtube-trends-mcp
youtube-trends-mcp
YouTube-Trenddaten für KI-Assistenten Finden Sie heraus, wonach Menschen auf YouTube suchen. Aktuelle Themen, wachsende Video-Keywords und historische Suchnachfrage – alles per KI in natürlicher Sprache abfragbar.
Vollständige Dokumentation und Live-Demo: https://trendsmcp.ai/youtube-trends
Teil von Trends MCP – dem MCP-Server für Live-Trenddaten aus über 12 Quellen. Siehe das Haupt-Repository: https://github.com/trendsmcp/trends-mcp
In 2 Schritten loslegen
Schritt 1: Holen Sie sich Ihren kostenlosen API-Key auf trendsmcp.ai 100 Anfragen/Tag, keine Kreditkarte erforderlich.
Schritt 2: Fügen Sie ihn zu Ihrem KI-Client hinzu (ersetzen Sie YOUR_API_KEY):
+ Zu Cursor hinzufügen (ein Klick)
Cursor / Windsurf / Cline (~/.cursor/mcp.json oder entsprechend)
{
"mcpServers": {
"trends-mcp": {
"url": "https://api.trendsmcp.ai/mcp",
"transport": "http",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}VS Code / GitHub Copilot (.vscode/mcp.json)
{
"servers": {
"trends-mcp": {
"type": "http",
"url": "https://api.trendsmcp.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}Claude Desktop (claude_desktop_config.json)
Benutzer → Einstellungen → Entwickler → Konfiguration bearbeiten – in mcpServers einfügen
{
"mcpServers": {
"trends-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.trendsmcp.ai/mcp",
"--header",
"Authorization:${AUTH_HEADER}"
],
"env": {
"AUTH_HEADER": "Bearer YOUR_API_KEY"
}
}
}
}Claude.ai (Browser) Einstellungen -> Connectors -> Benutzerdefinierten Connector hinzufügen:
https://api.trendsmcp.ai/mcpRelated MCP server: YouTube Content Management MCP Server
Beispielabfrage
Nach dem Verbinden fragen Sie Ihre KI:
get_trends(keyword='morning routine', source='youtube', data_mode='weekly')Verfügbare Tools
Tool | Was es macht |
| Zeitreihe für ein Keyword in dieser Quelle |
| Wachstums-% über 1W, 1M, 3M, 6M, 1Y-Zeiträume |
| Was gerade in dieser Quelle angesagt ist |
| Top-Themen nach Volumen geordnet |
FAQ
Welche YouTube-Daten liefert Trends MCP?
YouTube-Videosuchvolumen-Trends – normalisiertes Interesse im Zeitverlauf, Wachstumskennzahlen und historische Reihen. Dies spiegelt die Nachfrage nach Videoinhalten zu bestimmten Themen wider, nicht die Aufrufzahlen einzelner Videos.
Wie unterscheiden sich YouTube-Suchdaten von Google-Suchdaten?
YouTube zeigt videospezifische Absichten an. Ein Keyword wie 'Handstand lernen' kann auf YouTube eine hohe Nachfrage haben, aber auf Google ein geringeres Suchvolumen. Der Vergleich beider offenbart Präferenzen für das Inhaltsformat.
Kann ich das nutzen, um trendige YouTube-Inhaltsideen zu finden?
Ja. Fragen Sie eine Reihe von Themen-Keywords ab, sortieren Sie nach Wachstumsrate der letzten 30 Tage, und Ihre KI zeigt, welche Videothemen derzeit an Suchmomentum gewinnen.
Deckt es auch die YouTube-Short-Suche ab?
Das Signal umfasst das gesamte YouTube-Suchvolumen einschließlich der Shorts-Entdeckung. YouTube trennt die Shorts-Suchdaten nicht, daher spiegeln die Ergebnisse das gesamte Suchinteresse auf der Plattform wider.
Alle Datenquellen
Trends MCP deckt über 12 Quellen in einer Verbindung ab: Google Search, YouTube, TikTok, Reddit, Amazon, Wikipedia, News Sentiment, Web Traffic, App Downloads, Steam, npm und mehr.
Alle durchsuchen: https://trendsmcp.ai/data-sources
Funktioniert auch als Python-Client
Derselbe API-Key funktioniert direkt in Python – kein MCP-Host erforderlich.
pip install youtube-trends-mcpimport os
from youtube_trends_mcp import TrendsMcpClient, SOURCE
client = TrendsMcpClient(api_key=os.environ["TRENDSMCP_API_KEY"])
series = client.get_trends(source=SOURCE, keyword="your keyword")
growth = client.get_growth(source=SOURCE, keyword="your keyword", percent_growth=["1M", "3M", "12M"])
top = client.get_top_trends(type="Youtube", limit=10)Vollständige Python-Dokumentation: trendsmcp.ai/docs
Lizenz
MIT © Trends MCP
This server cannot be installed
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
- Alicense-qualityDmaintenanceEnables AI language models to interact with YouTube content through a standardized interface, providing tools for retrieving video information, transcripts, channel analytics, and trend analysis.49065MIT
- Alicense-qualityDmaintenanceEnables AI assistants to search YouTube for videos, channels, and playlists while retrieving detailed analytics and metrics through the YouTube Data API v3. Supports advanced filtering options and provides comprehensive statistics for content discovery and analysis.1MIT
- Flicense-qualityCmaintenanceEnables AI assistants to search videos, channels, and playlists, retrieve video metadata, transcripts, and comments via the YouTube Data API v3.73
- Alicense-qualityBmaintenanceEnables AI assistants to query YouTube search trends, including rising topics, growth metrics, and historical search demand, using natural language.1MIT
Related MCP Connectors
Trend data from Google Trends, YouTube, TikTok, Reddit, Amazon, Wikipedia, npm, Steam and more
Spot keyword demand rising or fading across search and social. Free key at trendsapi.ai
Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficien…
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/trendsmcp-ai/youtube-trends-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server