trendforge-mcp
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.
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.
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