mcp-meupc
An MCP server for searching PC components and comparing prices across Brazilian stores via meupc.net. It enables users to explore community builds, track deals, and access detailed hardware specifications and compatibility information.
README
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
Claude Code
claude mcp add meupc -- npx -y mcp-meupc
Cursor
<img src="https://cursor.com/deeplink/mcp-install-dark.svg" alt="Install in Cursor" height="32">
Claude Desktop / Windsurf / Other MCP Clients
{
"mcpServers": {
"meupc": {
"command": "npx",
"args": ["-y", "mcp-meupc"]
}
}
}
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
- TypeScript
- @modelcontextprotocol/sdk — Official MCP SDK
- Cheerio — HTML parsing
- Zod — Schema validation
License
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.