Skip to main content
Glama
finnestprogrammer111

PC Build Advisor MCP

PC Build Advisor MCP

An interactive PC compatibility checker that works as an MCP App inside ChatGPT and as a regular browser application.

It checks supplied component specifications for CPU socket, memory generation, motherboard and case fit, GPU and cooler clearance, RAM and storage slots, GPU power connectors, and PSU capacity.

MCP tools

Tool

What it does

open_pc_build_advisor

Opens the interactive compatibility checker.

check_pc_compatibility

Checks a complete build and returns structured conflicts and fixes.

estimate_power_supply

Estimates system load and a recommended PSU capacity.

The tools remain useful without the visual component. Results depend on the specifications supplied by the user and should be confirmed against manufacturer documentation before buying hardware.

Related MCP server: kr-pc-deals-mcp

Run locally

Requirements: Node.js 20 or newer.

npm install
npm run build
npm start

Open http://localhost:8787 for browser mode. The Streamable HTTP MCP endpoint is:

http://localhost:8787/mcp

Test

npm test
npm run build
npm run smoke

Use MCP Inspector for direct protocol testing:

npx @modelcontextprotocol/inspector@latest

Choose Streamable HTTP and connect to http://localhost:8787/mcp.

Deploy

The included render.yaml and Dockerfile define a Render web service with a /health check. After deployment, connect ChatGPT to the public HTTPS URL ending in /mcp.

Project structure

src/PcBuildAdvisor.jsx       React interface
src/compatibility.js         Compatibility and PSU rules
src/mcpBridge.js             MCP Apps UI bridge
server.js                    Streamable HTTP MCP server
test/compatibility.test.js   Rule tests
scripts/smoke-test.js        End-to-end MCP test

Current scope

Version 1 evaluates specifications entered by the user. A live parts catalog, current prices, BIOS databases, and region-specific shopping recommendations require maintained external data sources and are planned separately.

License

MIT

Maintenance

ActivityMaintained
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    A 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.
    1
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI assistants to search and compare Korean PC parts prices from Danawa and Compuzone, build assembly estimates with automatic compatibility checks, and track price history.
    11
    14
    10
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Diagnoses why a FiveM server or resource is broken by scanning local configs, manifests, and logs, returning ranked findings with evidence. It can also propose and apply low-risk text fixes when enabled.
    4
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Provides Claude with read-only access to PC diagnostics including hardware specs, live performance metrics, disk usage, network checks, and more, enabling natural language queries about PC health and performance.
    15
    1
    MIT

Latest Blog Posts

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/finnestprogrammer111/pc-build-advisor-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server