Skip to content
Gemini CLI

squarespace mcp for Gemini CLI

io.github.mrfentmen/squarespace-mcp

MCP server for Squarespace Commerce: products, orders, inventory. Needs an API key.

client:Gemini CLI transport:stdio runtime:npm

Install squarespace mcp in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "squarespace-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "squarespace-mcp"
      ]
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

squarespace mcp in other clients