Framer Plugin MCP Server

create_plugin

Create a new Framer plugin project with web3 capabilities

Input Schema

NameRequiredDescriptionDefault
descriptionYesPlugin description
nameYesPlugin name
outputPathYesOutput directory path
web3FeaturesNoWeb3 features to include

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Plugin description", "type": "string" }, "name": { "description": "Plugin name", "type": "string" }, "outputPath": { "description": "Output directory path", "type": "string" }, "web3Features": { "description": "Web3 features to include", "items": { "enum": [ "wallet-connect", "contract-interaction", "nft-display" ], "type": "string" }, "type": "array" } }, "required": [ "name", "description", "outputPath" ], "type": "object" }

You must be authenticated.

Other Tools