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 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.

Install 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
                A
                license
                A
                quality
                This server enables users to download entire websites and their assets for offline access, supporting configurable depth and concurrency settings.
                Last updated -
                1
                4
                Python
                MIT License
              • A
                security
                A
                license
                A
                quality
                Enables users to send live webcam images to Claude Desktop or other MCP clients, facilitating interaction through capturing images, screenshots, and providing a webcam view for visual input.
                Last updated -
                2
                117
                56
                TypeScript
                MIT License
                • Apple
              • A
                security
                F
                license
                A
                quality
                Enables browser automation for LLMs on Linux display servers, supporting web interaction, screenshots, and JavaScript execution in a real browser.
                Last updated -
                7
                5
                4
                JavaScript
                • Linux
              • 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 -
                22
                TypeScript

              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