TrendForge MCP Server
Install once, then ask Claude, Cursor, or Codex which game to record next — without leaving the chat. Your AI assistant queries TrendForge's live ranking directly: opportunity scores, game breakdowns, and live shelf checks.
No API key needed to browse. Add TrendForge to your AI client's MCP config:
{
"mcpServers": {
"trendforge": {
"command": "npx",
"args": ["-y", "trendforge-mcp"]
}
}
}{
"mcpServers": {
"trendforge": {
"command": "npx",
"args": ["-y", "trendforge-mcp"],
"env": { "TRENDFORGE_TOKEN": "your-token-here" }
}
}
}What your assistant can do
Install per client
{
"mcpServers": {
"trendforge": {
"command": "npx",
"args": ["-y", "trendforge-mcp"]
}
}
}{
"mcpServers": {
"trendforge": {
"command": "npx",
"args": ["-y", "trendforge-mcp"]
}
}
}[mcp_servers.trendforge]
command = "npx"
args = ["-y", "trendforge-mcp"]How it works
The server runs locally over stdio using the open Model Context Protocol. Your assistant calls TrendForge's read-only API — the same data the public ranking shows, plus the live shelf check. Nothing is written. The free tier (no account) shows ranking names, scores, and summaries; a Creator Pro token ($12/mo) unlocks full breakdowns.
Scores: opportunity = w₁·Demand + w₂·Supply + w₃·Timing (0–100 each, server-weighted). See the full methodology.
npm i trendforge-mcp — open source, MIT. Set TRENDFORGE_HOST to point at your own deployment.
View the ranking →