Generates an HTML landing page with connection instructions for Claude Code, Cursor, VS Code, ChatGPT, and Manufact Inspector.
Server identity, endpoint, icon, and primitive metadata.
HTML landing page with connection instructions.
import { generateLandingPage } from "mcp-use/landing";const html = generateLandingPage({ name: "weather", version: "1.0.0", url: "https://example.com/mcp",}); Copy
import { generateLandingPage } from "mcp-use/landing";const html = generateLandingPage({ name: "weather", version: "1.0.0", url: "https://example.com/mcp",});
Generates an HTML landing page with connection instructions for Claude Code, Cursor, VS Code, ChatGPT, and Manufact Inspector.