Skip to main content
Glama

Framer 플러그인 MCP 서버

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

특징

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

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

  • 통합된 Web3 기능:

    • Wallet Connect 통합

    • 스마트 계약 상호 작용

    • NFT 디스플레이 구성 요소

Related MCP server: Frame0 MCP Server

요구 사항

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

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

Latest Blog Posts

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