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

spider-design-mcp

v1.0.1

Published

自动选择MasterGo或Figma MCP的智能路由器

Readme

Spider Design MCP

这是一个智能MCP路由器,可以根据URL自动选择使用MasterGo MCP或Figma MCP。

安装

npm install -g spider-design-mcp

或者不安装直接使用:

npx spider-design-mcp --figma-api-key=YOUR_FIGMA_KEY --token=YOUR_MASTERGO_TOKEN

使用方法

命令行选项

spider-design-mcp [选项]

选项:

  • --url=URL - 设计文件的URL,用于确定使用哪个MCP
  • --figma-api-key=KEY - Figma API密钥
  • --token=TOKEN - MasterGo访问令牌
  • --debug - 启用调试模式,提供更详细的错误信息

配置为Cursor MCP服务器

在Cursor的配置文件中添加以下内容:

{
  "mcpServers": {
    "Spider Design MCP": {
      "command": "npx",
      "args": [
        "-y",
        "spider-design-mcp",
        "--figma-api-key=YOUR_FIGMA_KEY",
        "--token=YOUR_MASTERGO_TOKEN"
      ],
      "env": {}
    }
  }
}

获取访问令牌

Figma API密钥

  1. 访问 Figma Settings
  2. 点击"Personal Access Tokens"选项卡
  3. 点击"Create a new personal access token"
  4. 输入标记名称并点击"Create token"
  5. 复制生成的令牌

MasterGo访问令牌

  1. 访问 https://mastergo.com
  2. 进入个人设置
  3. 点击"安全设置"选项卡
  4. 找到"个人访问令牌"
  5. 点击生成令牌

工作原理

该MCP会根据URL自动检测设计文件来源:

  • 如果URL包含figma.comframelink,将使用Figma MCP
  • 如果URL包含mastergo.com,将使用MasterGo MCP

注意事项

  • 确保你已安装Node.js环境
  • 两种MCP的密钥都需要提供,即使只使用其中一种
  • 对于Cursor等AI客户端,请确保在配置中正确设置MCP服务器

许可证

ISC