mcp-use TypeScript API
    Preparing search index...

    Function generateLandingPage

    • Generates an HTML landing page with connection instructions for Claude Code, Cursor, VS Code, ChatGPT, and Manufact Inspector.

      Parameters

      Returns string

      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",
      });