squarespace mcp for Zed
io.github.mrfentmen/squarespace-mcp
MCP server for Squarespace Commerce: products, orders, inventory. Needs an API key.
client:Zed
transport:stdio
runtime:npm
Install squarespace mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"squarespace-mcp": {
"command": "npx",
"args": [
"-y",
"squarespace-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs