npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

mcp-meupc

v1.0.4

Published

MCP server for browsing meupc.net — Brazilian PC building platform with price comparison

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.

npm version npm downloads GitHub stars License: MIT

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-meupc

Or go to Cursor SettingsMCPNew 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.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
codex 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.

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