gemini-design-mcp
Verified Safeby 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
npm run localEnvironment 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
gemini-mcp-tool
A Model Context Protocol (MCP) server that enables AI assistants to interact with the Google Gemini CLI for comprehensive code and file analysis, structured edit suggestions, and creative brainstorming.
geminimcp
Integrates Google's Gemini CLI with Claude Code as an MCP server for AI-assisted programming, particularly strong in frontend design.
gemini-mcp-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.
claude-power-pack
Provides distributed locking and session coordination for Claude Code sessions via Redis, preventing conflicts during concurrent development activities.