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

@mastergo/vibe-mcp

v1.0.18

Published

MasterGo MCP 客户端 - 连接到远程 MasterGo MCP 服务器,供 CLI 或 Cursor 等 IDE 使用

Downloads

5,964

Readme

@mastergo/vibe-mcp

MasterGo MCP 客户端 - 连接 MasterGo 和 IDE / CLI 的桥梁

通过 MCP 协议连接本地 MasterGo MCP 服务

快速开始 · 功能特性 · 完整帮助文档


功能特性

  • 🔌 一键安装:使用 npx 无需手动下载
  • 📡 MCP 协议:完美集成 Cursor 等支持 MCP 的 IDE 或 CLI 工具
  • 🔐 安全认证:连接本地 MCP 服务,无需配置 AccessKey
  • 🛠️ 全能工具箱:包含代码获取、设计稿生成、变量管理、双向同步等 10+ 个专业工具

如需完整接入步骤、常用工作流、提示词示例和故障排查,请查看 完整帮助文档

快速开始

1. 配置 MCP

例如:编辑 ~/.cursor/mcp.json(如果文件不存在则创建):

{
  "mcpServers": {
    "mastergo": {
      "command": "npx",
      "args": [
        "-y",
        "@mastergo/vibe-mcp",
        "--url=http://localhost:50678"
      ]
    }
  }
}

注意事项: 如果本地 50678 端口被占用,MasterGo 会自动申请新的端口号,同时也需要在 --url 配置中改成实际端口。

2. 重启 IDE / CLI

重启 Cursor、VSCode、Trae 等 IDE 或者 CLI 工具,或重新加载 MCP 服务器配置。

3. 开始使用

在 IDE / CLI 中,您可以:

使用 AI 工具进行设计稿与代码的双向交互

直接在对话框输入指令,AI 会自动识别并调用工具:

  • "获取 MasterGo 中选中的图层代码" (get_selection_node)
  • "使用 MasterGo MCP 设计一个深色模式的统计仪表盘" (design_page)
  • "修改设计稿选中的图层,改为红色背景" (agent_update_node)
  • "将我选中的图层删除" (agent_remove_node)
  • "将本地 HTML 同步到 MasterGo 画布" (agent_sync_design)
  • "对比本地代码与设计稿的差异" (get_design_diff)
  • "获取当前文件变量,并创建一套语义变量" (get_variables / update_variables)

许可证

MIT

贡献

欢迎提交 Issue 和 Pull Request!


Made with ❤️ by MasterGo Team