mcp-meupc is a Brazilian PC building and price comparison MCP server that lets AI assistants interact with meupc.net — no API keys required. It supports Brazilian Portuguese queries and is optimized for the Brazilian PC building market.
Search PC components by text query (e.g., "rtx 4070", "ryzen 7") with configurable result limits
List components by category with pagination and sorting (by lowest/highest price) across 10 categories: processadores, placas-video, placas-mae, memorias, armazenamentos, gabinetes, fontes, monitores, coolers-processador, and water-coolers
Get full component details including technical specifications, prices per store (PIX and regular pricing), and lowest available price
Browse current deals with discount information and 90-day price history, filterable by category
Explore community PC builds sortable by best-recent, best, or newest, with title, price, and component info
Get detailed build information including the full component list, prices, compatibility checks, and estimated power consumption
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., "@mcp-meupcEncontre o menor preço para um processador Ryzen 7 5700X"
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.
mcp-meupc
MCP server for Brazilian PC building and price comparison
A Model Context Protocol (MCP) server that lets AI assistants search PC components, compare prices across stores, find deals, and explore community builds on meupc.net. No API keys required.
Quick Start
Add the following config to your MCP client:
{
"mcpServers": {
"meupc": {
"command": "npx",
"args": ["-y", "mcp-meupc"]
}
}
}MCP Client Configuration
claude mcp add meupc -- npx -y mcp-meupcOr go to Cursor Settings → MCP → New MCP Server and use the config above.
Install via the VS Code CLI:
code --add-mcp '{"name":"meupc","command":"npx","args":["-y","mcp-meupc"]}'Or follow the MCP install guide with the config above.
Add the config above to your claude_desktop_config.json:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.jsonLinux:
~/.config/Claude/claude_desktop_config.json
codex mcp add meupc -- npx -y mcp-meupcFollow the configure MCP guide using the config above.
Follow the Cline MCP configuration guide and use the config above.
Go to Settings | AI | Manage MCP Servers → + Add to add an MCP Server. Use the config above.
Go to Settings | Tools | AI Assistant | Model Context Protocol (MCP) → Add. Use the config above.
What can it do?
Ask your AI assistant to:
"Qual a placa de video mais barata?" — Search components and compare prices
"Quero montar um PC gamer por R$5000" — Explore community builds by budget
"Mostra as ofertas de SSD" — Find current deals with discount history
"Detalha esse Ryzen 7 5800X3D" — Get full specs and prices across stores
Available Tools
Tool | Description |
| Search components by text (e.g. "rtx 4070", "ryzen 7") |
| List components by category with pagination and sorting |
| Full specs and prices per store (PIX and regular) |
| Current deals with discount and 90-day price history |
| Community-shared PC builds |
| Build details: components, prices, compatibility, power consumption |
Supported categories: processadores, placas-video, placas-mae, memorias, armazenamentos, gabinetes, fontes, monitores, coolers-processador, water-coolers
Install from Source
git clone https://github.com/leosebben/mcp-meupc.git
cd mcp-meupc
npm install
npm run build
claude mcp add meupc -- node /path/to/mcp-meupc/build/index.jsDevelopment
npm run dev # Run with tsx (hot reload)
npm run build # Compile TypeScript
npm start # Run compiled versionStack
@modelcontextprotocol/sdk — Official MCP SDK
Cheerio — HTML parsing
Zod — Schema validation