Skip to main content
Glama

Framer Plugin MCP Server

by Sheshiyer

Framer 플러그인 MCP 서버

Web3 기능을 갖춘 Framer 플러그인을 생성하고 관리할 수 있는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 지갑 연결, 계약 상호작용, NFT 표시와 같은 통합 Web3 기능을 갖춘 Framer 플러그인을 생성, 빌드 및 관리하는 도구를 제공합니다.

특징

  • Web3 기능을 갖춘 새로운 Framer 플러그인 만들기

  • 프로덕션을 위한 플러그인 빌드

  • 통합된 Web3 기능:

    • Wallet Connect 통합

    • 스마트 계약 상호 작용

    • NFT 디스플레이 구성 요소

요구 사항

  • Node.js 16 이상

  • NPM 또는 Yarn

  • 플러그인 테스트를 위한 Framer 데스크톱 앱

설치

  1. 이 저장소를 복제하세요:

지엑스피1

  1. 종속성 설치:

npm install
  1. 서버를 빌드하세요:

npm run build

구성

MCP 설정 파일에 서버를 추가합니다.

Claude 데스크톱 앱( ~/Library/Application Support/Claude/claude_desktop_config.json )의 경우:

{ "mcpServers": { "framer-plugin": { "command": "node", "args": ["/path/to/framer-plugin-mcp/build/index.js"] } } }

Cursor/Claude Dev( ~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json ):

{ "mcpServers": { "framer-plugin": { "command": "node", "args": ["/path/to/framer-plugin-mcp/build/index.js"] } } }

용법

구성이 완료되면 서버는 다음과 같은 도구를 제공합니다.

플러그인 생성

Web3 기능을 갖춘 새로운 Framer 플러그인 프로젝트를 만듭니다.

매개변수:

  • 이름: 플러그인 이름

  • 설명: 플러그인 설명

  • outputPath: 출력 디렉토리 경로

  • web3Features: 포함할 기능 배열(지갑 연결, 계약 상호 작용, NFT 디스플레이)

예:

{ "name": "my-web3-plugin", "description": "A Framer plugin with web3 features", "outputPath": "./plugins/my-web3-plugin", "web3Features": ["wallet-connect", "nft-display"] }

빌드_플러그인

프로덕션을 위한 Framer 플러그인 프로젝트를 빌드합니다.

매개변수:

  • pluginPath: 플러그인 디렉토리 경로

예:

{ "pluginPath": "./plugins/my-web3-plugin" }

기여하다

기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.

특허

MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.

Deploy Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

지갑 연결, 계약 상호작용, NFT 표시와 같은 Web3 기능을 갖춘 Framer 플러그인을 만들고 관리할 수 있습니다.

  1. 특징
    1. 요구 사항
      1. 설치
        1. 구성
          1. 용법
            1. 플러그인 생성
            2. 빌드_플러그인
          2. 기여하다
            1. 특허

              Related MCP Servers

              • A
                security
                F
                license
                A
                quality
                This plugin enables interaction with blockchain data and NFTs through the Alchemy SDK, allowing operations such as retrieving NFT metadata, fetching NFTs for wallet addresses, and getting the latest block number.
                Last updated -
              • -
                security
                A
                license
                -
                quality
                Allows creating and modifying wireframes in Frame0 (a Balsamiq-alternative wireframe tool) by using natural language prompts, supporting operations like creating screens, editing elements, and managing pages.
                Last updated -
                303
                44
                MIT License
              • -
                security
                A
                license
                -
                quality
                A powerful toolkit that enables seamless interaction with EVM-compatible networks through natural language processing and AI assistance, allowing users to manage wallets, launch tokens, and interact with blockchain networks.
                Last updated -
                0
                MIT License
              • -
                security
                A
                license
                -
                quality
                Enables AI agents to interact with Figma in real-time through a WebSocket connection. Supports comprehensive design operations including text manipulation, layouts, components, variables, and export functionality.
                Last updated -
                72
                207
                MIT License
                • Apple
                • Linux

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sheshiyer/framer-plugin-mcp'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server