Skip to content
Cursor

landing for Cursor

io.github.ryudi84/landing

MCP server for generating production-ready HTML landing pages.

client:Cursor transport:stdio runtime:npm

Install landing in Cursor

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

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

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

landing in other clients