Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@croquiscom/mcp-tools

Package Overview
Dependencies
Maintainers
15
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@croquiscom/mcp-tools

Model Context Protocol server for Figma integration

npmnpm
Version
0.1.6
Version published
Weekly downloads
4
-50%
Maintainers
15
Weekly downloads
 
Created
Source

MCP Tools

PDS 기반으로 만들어진 피그마 디자인을 @croquiscom/pds 기반의 리액트 코드로 제너레이션 해주는 MCP 서버 입니다.

아래 사용하시는 코드 에디터에 맞게 세팅 후 사용하면 됩니다.

참고: 추후 추가적인 툴 제공 예정입니다.

Getting Started

기본적으로 코드 에디터에서 MCP를 사용하기 위해서는

참고: 피그마의 키 발급은 여기를 참고하여 발급 받은 후 키 값 변경해주시면 됩니다.

Cursor

{
  "mcpServers": {
    "ks-mcp-tools": {
      "command": "npx",
      "args": ["-y", "@croquiscom/mcp-tools", "--figma-api-key=YOUR-KEY", "--stdio"]
    }
  }
}

VSCode

"mcp": {
  "servers": {
    "ks-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "@croquiscom/mcp-tools",
        "--figma-api-key=YOUR-KEY",
        "--stdio"
      ]
    }
  }
}

Keywords

figma

FAQs

Package last updated on 07 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts