New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@codebyai/fontend-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@codebyai/fontend-mcp

MCP server for converting design files to frontend code

latest
npmnpm
Version
1.0.18
Version published
Maintainers
1
Created
Source

CodeByAI Frontend MCP Server

A Model Context Protocol (MCP) server for converting Sketch and Figma design files to frontend code.

Tools

designToCode

Converts Sketch (.sketch) or Figma (.fig) design files to frontend code.

Parameters:

  • filePath (string, required): Local path to the design file

Returns:

  • Refactored page source code in text format

openApiFilter

Filter OpenAPI/Swagger interface document and save to new file' Parameters:

  • filePath (string, required): Local path to the origin openapi file
  • targetPath (string, required): Local path to the target openapi file after filter

Logging

The server logs all activities to logs/codebyai-mcp-YYYY-MM-DD.log, including:

  • Design file upload attempts
  • Browser opening success/failure
  • Conversion results
  • Error details
  • Execution times

Error Handling

The server handles various error scenarios:

  • Missing or invalid file paths
  • Unsupported file formats
  • Network connectivity issues
  • Browser opening failures
  • Conversion timeouts (5 minutes)

All errors are logged and returned to the calling application.

Keywords

mcp

FAQs

Package last updated on 07 Oct 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