
Security News
PodRocket Podcast: Inside the Recent npm Supply Chain Attacks
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
@croquiscom/mcp-tools
Advanced tools
PDS 기반으로 만들어진 피그마 디자인을 @croquiscom/pds 기반의 리액트 코드로 제너레이션 해주는 MCP 서버 입니다.
아래 사용하시는 코드 에디터에 맞게 세팅 후 사용하면 됩니다.
참고: 추후 추가적인 툴 제공 예정입니다.
기본적으로 코드 에디터에서 MCP를 사용하기 위해서는
참고: 피그마의 키 발급은 여기를 참고하여 발급 받은 후 키 값 변경해주시면 됩니다.
{
"mcpServers": {
"ks-mcp-tools": {
"command": "npx",
"args": ["-y", "@croquiscom/mcp-tools", "--figma-api-key=YOUR-KEY", "--stdio"]
}
}
}
"mcp": {
"servers": {
"ks-mcp-tools": {
"command": "npx",
"args": [
"-y",
"@croquiscom/mcp-tools",
"--figma-api-key=YOUR-KEY",
"--stdio"
]
}
}
}
FAQs
Model Context Protocol server for Figma integration
The npm package @croquiscom/mcp-tools receives a total of 4 weekly downloads. As such, @croquiscom/mcp-tools popularity was classified as not popular.
We found that @croquiscom/mcp-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Socket CEO Feross Aboukhadijeh discusses the recent npm supply chain attacks on PodRocket, covering novel attack vectors and how developers can protect themselves.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.