trendforge-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@trendforge-mcpWhat are the top gaming opportunities right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
trendforge-mcp
An MCP server for TrendForge — the YouTube gaming opportunity ranking.
Install it once and Claude Desktop, Cursor, or Codex can answer "what should I record?" by querying TrendForge's live ranking directly, without you leaving the chat.
What it exposes
Three read-only tools:
Tool | What it does |
| Top games right now ranked by opportunity score (Demand / Supply / Timing). |
| One game's full breakdown + AI video ideas + related games. |
| Live YouTube shelf check on any game/topic (heavier — use for serious ideas). |
Scores: opportunity = 0.4·Demand + 0.35·Supply + 0.25·Timing, each 0–100, higher is better. See the full methodology.
Related MCP server: IGDB MCP Server
Install
Claude Desktop
Add to claude_desktop_config.json (Settings → Developer → Edit Config):
{
"mcpServers": {
"trendforge": {
"command": "npx",
"args": ["-y", "trendforge-mcp"]
}
}
}Restart Claude Desktop. You'll see trendforge in the tools list.
Cursor
Add to .cursor/mcp.json (project) or global MCP settings:
{
"mcpServers": {
"trendforge": {
"command": "npx",
"args": ["-y", "trendforge-mcp"]
}
}
}Codex (codex CLI)
Add to ~/.codex/config.toml:
[mcp_servers.trendforge]
command = "npx"
args = ["-y", "trendforge-mcp"]Configuration
Env var | Default | Purpose |
|
| Override the TrendForge host (e.g. for a staging build). |
Example with a custom host:
{
"mcpServers": {
"trendforge": {
"command": "npx",
"args": ["-y", "trendforge-mcp"],
"env": { "TRENDFORGE_HOST": "https://staging.example" }
}
}
}Try it
Once connected, ask your assistant things like:
"What are the top 10 YouTube gaming opportunities right now for a small channel?"
"Give me video ideas for Palworld."
"Check whether a Hades 2 beginner guide is worth making — I have under 1K subs."
Local development
npm install
npm run build
node bin/trendforge-mcp.js # speaks MCP over stdioNotes
All data is read-only and computed from public Steam, YouTube Data API, and Google Trends signals.
check_topichits the YouTube API and is rate-limited server-side, same as the free web checker.Not affiliated with Valve, Google, or YouTube.
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.Last updated59862MIT
- AlicenseBqualityCmaintenanceProvides access to the Internet Game Database (IGDB) API, enabling users to search for video games, retrieve detailed game information including ratings and platforms, and discover trending and anticipated titles.Last updated44MIT
- Alicense-qualityBmaintenanceEnables AI assistants to query YouTube search trends, including rising topics, growth metrics, and historical search demand, using natural language.Last updated1MIT

PeepTrend MCP Serverofficial
Alicense-qualityBmaintenanceProvides AI agents with tools for gaming creator research, including checking YouTube channel conflicts, title competition, gaming niches, and Steam update opportunities.Last updated60MIT
Related MCP Connectors
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Agent-callable creator intelligence: 952+ scored YouTube creators across 180 niches.
Discover AI tools for game development — 100+ tools indexed by engine, task, and pricing.
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/flyflyloop/trendforge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server