Skip to content
Cursor

squarespace mcp for Cursor

io.github.mrfentmen/squarespace-mcp

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

client:Cursor transport:stdio runtime:npm

Install squarespace mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

squarespace mcp in other clients