Skip to main content
Glama
wolfsidevstudios

LayoutPilot MCP Server

Official

LayoutPilot MCP Server

An MCP (Model Context Protocol) server that exposes LayoutPilot's AI UI generation capabilities as tools.

Features

  • generate_ui - Generate full UI layouts with AI

  • generate_component - Generate individual UI components

  • open_layoutpilot - Open LayoutPilot with optional pre-filled prompt

Related MCP server: Sentinel Core Agent

Installation

npm install

Usage

With Claude Desktop

Add to your Claude Desktop config (%APPDATA%\Claude\claude_desktop_config.json on Windows):

{
  "mcpServers": {
    "layoutpilot": {
      "command": "node",
      "args": ["C:\\Users\\survi\\New folder (3)\\src\\index.js"]
    }
  }
}

Standalone

npm start

Tools

generate_ui

Generate a full UI layout.

Parameters:

  • prompt (required): Description of the UI to generate

  • auto_submit (optional): Auto-start generation (default: true)

Example:

Generate a modern dashboard with sidebar navigation

generate_component

Generate a single UI component.

Parameters:

  • prompt (required): Description of the component

  • auto_submit (optional): Auto-start generation (default: true)

Example:

Create an animated pricing card with hover effects

open_layoutpilot

Open LayoutPilot in browser.

Parameters:

  • prompt (optional): Pre-fill the prompt field

License

MIT

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wolfsidevstudios/layoutpilot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server