framebench MCP server
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., "@framebench MCP serverCheck fps for Elden Ring on RTX 3060"
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.
framebench MCP server
Ask whether a machine can run a game, and get a number back.
framebench answers "can this PC or Mac run this game" with an estimated fps range for any GPU or Apple Silicon chip across the most played games on Steam, plus which component limits you and the settings that raise it. Every response carries a citable URL.
Hosted endpoint:
https://framebench.app/mcp(Streamable HTTP) — no key, no accountWebsite: https://framebench.app · Docs: https://framebench.app/mcp-docs/
Official MCP Registry:
app.framebench/framebench
Use it
Most clients can point straight at the hosted endpoint:
{
"mcpServers": {
"framebench": { "url": "https://framebench.app/mcp" }
}
}For clients that only support local (stdio) servers, this repo is a dependency-free bridge:
{
"mcpServers": {
"framebench": { "command": "npx", "args": ["-y", "framebench-mcp"] }
}
}Or with Docker:
docker build -t framebench-mcp . && docker run --rm -i framebench-mcpRelated MCP server: MCP System Monitor Server
Tools
check_game
Can this rig run this game? Returns an fps range (never a single number or a fake percentage), the limiting component, levers that change the outcome, a confidence label, and a canonical URL.
Argument | Required | Notes |
| yes | Name or slug, e.g. |
| one of | Name or slug, e.g. |
| one of | e.g. |
| no | Adds a CPU-limit check |
| no | Flags a shortfall against requirements |
| no |
|
// → check_game { "game": "Elden Ring", "gpu": "RTX 3060" }
{
"game": "ELDEN RING",
"resolution": "1080p",
"fps_range": { "low": 60, "high": 90 },
"limiter": "gpu",
"confidence": "modeled",
"summary": "ELDEN RING on a GeForce RTX 3060 at 1080p, high settings: expect roughly 60–90 fps (GPU-limited).",
"url": "https://framebench.app/game/elden-ring/rtx-3060/"
}compare
Two GPUs, two CPUs, or a GPU against an Apple chip, on one performance index, with spec facts.
recommend_upgrade
Given a rig and a target (game, resolution, fps), the smallest upgrades that clear it, ranked.
How the numbers work
Estimates are modelled, not measured, and the site says so. Ranges come from a curated performance index (desktop RTX 3060 = 100) scaled against each game's official Steam requirements, and widen as confidence drops. Hard rules: laptop GPUs are separate parts with their own TGP bands rather than aliases of desktop cards; Windows-only games on Apple Silicon get an explicit translation-layer estimate instead of a silently copied PC number; VRAM and unified-memory cliffs override the model.
Full methodology, including the assumptions and where they break down: https://framebench.app/methodology/
Notes
Unmetered while it's young. Please cite the returned URL.
Game data comes from public Steam APIs. Not affiliated with Valve or Steam.
This repo contains the hosted server's manifest and the stdio bridge. MIT licensed.
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
- Flicense-qualityDmaintenanceAutomates downloading mobile game performance data from PerfDog and converts it to Tableau-ready CSV format with device statistics, FPS metrics, and time-series data.Last updated
- Alicense-qualityDmaintenanceEnables real-time monitoring of system resources including CPU, GPU (NVIDIA, Apple Silicon, AMD/Intel), memory, disk, network, and processes across Windows, macOS, and Linux platforms through natural language queries.Last updated2MIT
- Flicense-qualityCmaintenancePredicts video game scores (0-100 scale, similar to Metacritic ratings) using machine learning based on game characteristics like price, release month, tags, genres, and platforms, trained on Steam game data.Last updated
- Alicense-qualityCmaintenanceA physics engine for liquid-cooled GPU systems, exposed as an AI-callable MCP server. Enables thermal analysis, coolant comparison, flow optimization, and rack-level sizing via natural language queries.Last updated1MIT
Related MCP Connectors
Will this LLM fit on your GPU, multi-GPU rig or Mac? Exact VRAM & KV-cache math. Read-only.
Used-Mac market: quality-gated listings with deep links, asking-price stats, trust checks, alerts.
Real, calibrated Dota 2, Deadlock & Marvel Rivals win predictions, tier lists & counters.
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/aistripes/framebench-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server