mcpstore-gemini-design
v1.0.6
Published
Gemini Design MCP (patched fork accepting new Google AQ. API key format AND supporting Vertex AI mode to bill against Google Cloud credits)
Maintainers
Readme
mcpstore-gemini-design
Patched fork of gemini-design-mcp (MIT, by rayane_911) that also accepts the new Google API key format AQ.Ab8... in addition to the legacy AIza and platform gd_ keys.
The upstream package hardcodes a validator that rejects keys not starting with gd_ or AIza. Since mid-2026, Google AI Studio and Cloud Console generate keys with the AQ. prefix, breaking the upstream MCP for any newly-generated key. This fork only adjusts the prefix check; all other behavior is identical to upstream.
Install
{
"mcpServers": {
"gemini-design": {
"command": "npx",
"args": ["-y", "mcpstore-gemini-design"],
"env": { "API_KEY": "AQ.Ab8..." }
}
}
}Accepts gd_, AIza, and AQ. prefixed keys. Routes AIza and AQ. keys directly to the Google Generative AI SDK (BYOK); gd_ keys go through the platform proxy.
License: MIT (inherited from upstream).
