The Stitch extension for Gemini CLI enables you to interact with the Stitch MCP server using natural language commands.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"stitch": {
"command": "npx",
"args": [
"-y",
"gemini-cli-extensions/stitch"
]
}
}
}
Run in terminal:
claude mcp add stitch npx -y gemini-cli-extensions/stitch
Add to .cursor/mcp.json:
{
"mcpServers": {
"stitch": {
"command": "npx",
"args": [
"-y",
"gemini-cli-extensions/stitch"
]
}
}
}