Framer Plugin MCP Server
About
A Model Context Protocol (MCP) server for creating and managing Framer plugins with web3 capabilities
Details
- Author
- Sheshiyer
- GitHub stars
- 37
- Downloads
- 490
- Categories
- Developer Tools
Jump to
- Create new Framer plugins with web3 capabilities
- Build plugins for production
- Integrated Wallet Connect support
- Smart contract interaction components
- NFT display components included
Install Node.js 16+, clone the repository, install dependencies, and build the server. Then add the server configuration to your MCP settings file (e.g., Claude Desktop App or Cursor/Claude Dev). The server provides two primary tools: create_plugin (creates a new plugin with optional web3 features) and build_plugin (builds a plugin for production).
A Model Context Protocol (MCP) server that enables creation and management of Framer plugins with web3 capabilities. This server provides tools for creating, building, and managing Framer plugins with integrated web3 features like wallet connections, contract interactions, and NFT displays.
- Create new Framer plugins with web3 capabilities
- Build plugins for production
- Integrated web3 features:
- Wallet Connect integration
- Smart contract interactions
- NFT display components
- Node.js 16 or higher
- NPM or Yarn
- Framer desktop app for testing plugins
git clone https://github.com/sheshiyer/framer-plugin-mcp.git cd framer-plugin-mcp
Add the server to your MCP settings file:
For Claude Desktop App (~/Library/Application Support/Claude/claude_desktop_config.json):
{ "mcpServers": { "framer-plugin": { "command": "node", "args": ["/path/to/framer-plugin-mcp/build/index.js"] } } }
For 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"] } } }
Once configured, the server provides the following tools:
Creates a new Framer plugin project with web3 capabilities.
- name: Plugin name
- description: Plugin description
- outputPath: Output directory path
- web3Features: Array of features to include (wallet-connect, contract-interaction, nft-display)
{ "name": "my-web3-plugin", "description": "A Framer plugin with web3 features", "outputPath": "./plugins/my-web3-plugin", "web3Features": ["wallet-connect", "nft-display"] }
Builds a Framer plugin project for production.
{ "pluginPath": "./plugins/my-web3-plugin" }
Contributions are welcome! Please feel free to submit a Pull Request.
MIT License - see LICENSE file for details
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create crafted UI components inspired by the best 21st.dev design engineers.
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server
An MCP server to help AI assistants to answer questions and generate AccelByte Extend SDK code more effectively .
MCP server for AI Diagram Maker — generate beautiful software engineering diagrams directly inside Cursor, Claude Desktop, Claude Code, or any MCP-compatible AI agent
ALAPI MCP Tools,Call hundreds of API interfaces via MCP
AI-powered SVG animation generator that transforms static files into animated SVG components using the Allyson platform
MCP server that gives AI assistants on-demand access to 1,500+ amCharts docs, ~300 code examples, and 1000+ class API references.
APIMatic MCP Server is used to validate OpenAPI specifications using APIMatic. The server processes OpenAPI files and returns validation summaries by leveraging APIMatic’s API.
One shared context layer for AI agents and humans — live API specs, DB schemas, and versioned contracts across repos so every agent and teammate works from the same source of truth.
Build and deploy full-stack Next.js apps with 98 tools for React, AWS, and MongoDB
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





