Skip to content
VS Code

squarespace mcp for VS Code

io.github.mrfentmen/squarespace-mcp

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

client:VS Code transport:stdio runtime:npm

Install squarespace mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "squarespace-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "squarespace-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

squarespace mcp in other clients