intro.js

GitHub

Lightweight, user-friendly onboarding tour library

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "intro.js": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-intro.js"
      ]
    }
  }
}