Skip to content
Cursor

sfcc dev mcp for Cursor

io.github.taurgis/sfcc-dev-mcp

MCP server for Salesforce B2C Commerce Cloud development assistance

client:Cursor transport:stdio runtime:npm

Install sfcc dev mcp in Cursor

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

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

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

sfcc dev mcp in other clients