Framer 플러그인 MCP 서버
Web3 기능을 갖춘 Framer 플러그인을 생성하고 관리할 수 있는 모델 컨텍스트 프로토콜(MCP) 서버입니다. 이 서버는 지갑 연결, 계약 상호작용, NFT 표시와 같은 통합 Web3 기능을 갖춘 Framer 플러그인을 생성, 빌드 및 관리하는 도구를 제공합니다.
특징
- Web3 기능을 갖춘 새로운 Framer 플러그인 만들기
- 프로덕션을 위한 플러그인 빌드
- 통합된 Web3 기능:
- Wallet Connect 통합
- 스마트 계약 상호 작용
- NFT 디스플레이 구성 요소
요구 사항
- Node.js 16 이상
- NPM 또는 Yarn
- 플러그인 테스트를 위한 Framer 데스크톱 앱
설치
- 이 저장소를 복제하세요:
지엑스피1
- 종속성 설치:
- 서버를 빌드하세요:
구성
MCP 설정 파일에 서버를 추가합니다.
Claude 데스크톱 앱( ~/Library/Application Support/Claude/claude_desktop_config.json
)의 경우:
Cursor/Claude Dev( ~/Library/Application Support/Cursor/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
):
용법
구성이 완료되면 서버는 다음과 같은 도구를 제공합니다.
플러그인 생성
Web3 기능을 갖춘 새로운 Framer 플러그인 프로젝트를 만듭니다.
매개변수:
- 이름: 플러그인 이름
- 설명: 플러그인 설명
- outputPath: 출력 디렉토리 경로
- web3Features: 포함할 기능 배열(지갑 연결, 계약 상호 작용, NFT 디스플레이)
예:
빌드_플러그인
프로덕션을 위한 Framer 플러그인 프로젝트를 빌드합니다.
매개변수:
- pluginPath: 플러그인 디렉토리 경로
예:
기여하다
기여를 환영합니다! 풀 리퀘스트를 제출해 주세요.
특허
MIT 라이센스 - 자세한 내용은 라이센스 파일을 참조하세요.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
지갑 연결, 계약 상호작용, NFT 표시와 같은 Web3 기능을 갖춘 Framer 플러그인을 만들고 관리할 수 있습니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityThis server enables users to download entire websites and their assets for offline access, supporting configurable depth and concurrency settings.Last updated -14PythonMIT License
- AsecurityAlicenseAqualityEnables 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 -211756TypeScriptMIT License
- AsecurityFlicenseAqualityEnables browser automation for LLMs on Linux display servers, supporting web interaction, screenshots, and JavaScript execution in a real browser.Last updated -754JavaScript
- AsecurityFlicenseAqualityThis 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 -22TypeScript