Skip to main content
Glama

Framer Plugin MCP Server

by Sheshiyer

create_plugin

Generate a Framer plugin project with web3 features, including wallet connections, contract interactions, and NFT displays, by specifying plugin details and output directory.

Instructions

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 from Framer Plugin MCP Server

Related Tools

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