Back to Home
scottshapiro142 icon

gemini-design-mcp

Verified Safe

by scottshapiro142

Overview

Integrates Google Gemini AI as a design agent with Claude Code, providing specialized UI/UX design tools and support for various design tasks.

Installation

Run Command
npm run local

Environment Variables

  • GEMINI_API_KEY
  • PORT

Security Notes

The server correctly handles the Gemini API Key by requiring it as an environment variable, preventing hardcoded secrets. There is no usage of 'eval' or other directly dangerous functions. The HTTP/SSE server (server.js) uses 'cors()' without specific origin restrictions, which defaults to allowing all origins. While common for development or internal services, for a publicly exposed production environment handling sensitive data, restricting CORS origins would be a stronger security practice. However, as an MCP agent, this is often used by a trusted client, making the default acceptable for its intended purpose.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens3500
Stars0
Forks0
Last Update2025-11-23

Tags

Gemini AIUI/UX DesignMCP ServerClaude CodeDesign Tools