meupc MCP Server

MCP server for Brazilian PC building and price comparison

README.md

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 Code
claude mcp add meupc -- npx -y mcp-meupc
Cursor

Or go to Cursor SettingsMCPNew MCP Server and use the config above.

VS Code / Copilot

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.

Claude Desktop

Add the config above to your claude_desktop_config.json:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
Codex
codex mcp add meupc -- npx -y mcp-meupc
Windsurf

Follow the configure MCP guide using the config above.

Cline

Follow the Cline MCP configuration guide and use the config above.

Warp

Go to Settings | AI | Manage MCP Servers+ Add to add an MCP Server. Use the config above.

JetBrains AI Assistant

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 Search components by text (e.g. "rtx 4070", "ryzen 7")
list_components List components by category with pagination and sorting
get_component_details Full specs and prices per store (PIX and regular)
get_deals Current deals with discount and 90-day price history
list_community_builds Community-shared PC builds
get_build_details 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.js

Development

npm run dev    # Run with tsx (hot reload)
npm run build  # Compile TypeScript
npm start      # Run compiled version

Stack

License

MIT

Tools 6

search_componentsSearch components by text
list_componentsList components by category with pagination and sorting
get_component_detailsFull specs and prices per store
get_dealsCurrent deals with discount and 90-day price history
list_community_buildsCommunity-shared PC builds
get_build_detailsBuild details including components, prices, compatibility, and power consumption

Try it

What is the cheapest graphics card available right now?
I want to build a gaming PC with a budget of R$5000, can you show me some community builds?
Show me the current deals for SSDs.
Can you provide the detailed specifications and store prices for the Ryzen 7 5800X3D?

Frequently Asked Questions

What are the key features of meupc?

Search and compare PC component prices across Brazilian stores. Access detailed hardware specifications and compatibility information. Track current hardware deals with 90-day price history. Explore community-shared PC builds filtered by budget. No API keys required for operation.

What can I use meupc for?

Comparing prices of PC parts across different Brazilian retailers to find the best deal. Checking the compatibility and power consumption of a planned PC build. Finding budget-friendly PC configurations shared by the community. Monitoring price drops and discount history for specific hardware components.

How do I install meupc?

Install meupc by running: npx -y mcp-meupc

What MCP clients work with meupc?

meupc works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Conare · memory for coding agents

Turn this server into reusable context

Keep meupc docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Set up free$npx conare@latest