loading…
Search for a command to run...
loading…
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,
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.
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.
npm version npm downloads GitHub stars License: MIT
Add the following config to your MCP client:
{
"mcpServers": {
"meupc": {
"command": "npx",
"args": ["-y", "mcp-meupc"]
}
}
}
claude mcp add meupc -- npx -y mcp-meupc
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:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsoncodex mcp add meupc -- npx -y mcp-meupc
Follow 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.
Ask your AI assistant to:
| 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
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
npm run dev # Run with tsx (hot reload)
npm run build # Compile TypeScript
npm start # Run compiled version
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"mcp-meupc": {
"command": "npx",
"args": []
}
}
}