
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
MCP server for generating UI mockups using Google Gemini image generation (Imagen / Nano Banana).
Generates high-fidelity web UI mockup PNGs and returns them inline in Claude Code.
npx -y frameforge
Add to ~/.claude/mcp_config.json:
{
"mcpServers": {
"frameforge": {
"type": "stdio",
"command": "npx",
"args": ["-y", "frameforge"],
"env": {
"GEMINI_API_KEY": "your-api-key-here"
}
}
}
}
{
"mcpServers": {
"frameforge": {
"type": "stdio",
"command": "node",
"args": ["/path/to/frameforge/dist/index.js"],
"env": {
"GEMINI_API_KEY": "your-api-key-here"
}
}
}
}
generate_ui_preview| Param | Type | Required | Default | Description |
|---|---|---|---|---|
prompt | string | yes | — | Description of the UI to generate |
component_name | string | yes | — | Name used in the output filename |
style_hints | string | no | — | Style guidance (e.g. "dark mode", "mobile") |
aspect_ratio | string | no | "16:9" | Aspect ratio for the image |
model | string | no | "gemini-2.0-flash-exp" | Gemini model ID |
output_dir | string | no | "./previews" | Directory to save PNGs |
In Claude Code:
Generate a UI preview of a dashboard with a sidebar, header with search bar, and a grid of analytics cards showing revenue, users, and conversion metrics.
The tool returns an inline image visible directly in the terminal, and saves the PNG to ./previews/.
GEMINI_API_KEY environment variableMIT
FAQs
MCP server for generating UI mockups using Google Gemini image generation
The npm package frameforge receives a total of 5 weekly downloads. As such, frameforge popularity was classified as not popular.
We found that frameforge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.