framebench MCP server

framebench MCP server

Estimates FPS ranges for games on any GPU or Apple Silicon, identifies the limiting component, and provides settings levers to improve performance.

Category
Visit Server

README

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.

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

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
game yes Name or slug, e.g. "Cyberpunk 2077"
gpu one of Name or slug, e.g. "RTX 3060", "rtx-4060-laptop"
apple_chip one of e.g. "M2 Pro"
cpu no Adds a CPU-limit check
ram_gb no Flags a shortfall against requirements
resolution no 1080p (default), 1440p, 4k
// → 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured