F
Figma MCP Server With Gemini Cli
This is the Figma MCP Server connectivity with Gemini CLI repository.
Created 11/27/2025
Updated 18 days ago
README
Repository documentation and setup instructions
Figma-MCP-Server-with-Gemini_CLI
This is the Figma MCP Server connectivity with Gemini CLI repository.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/KashifHanif628/Figma-MCP-Server-with-Gemini_CLI
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"kashifhanif628-figma-mcp-server-with-gemini-cli": {
"command": "git",
"args": [
"clone",
"https://github.com/KashifHanif628/Figma-MCP-Server-with-Gemini_CLI"
]
}
}
}