Getting Started

Documentation MCP Server

Connect your IDE or AI assistant to the Laioutr documentation-only MCP server so tools like Cursor, VS Code, and Claude Code can answer questions from these docs.

When you ask Cursor about defineSection, or Claude Code about an Orchestr query, you want it to quote this documentation rather than guess from training data. The Documentation MCP Server at https://docs.laioutr.com/mcp lets any MCP-aware client search and cite the same pages you are reading now.

This server exposes documentation only. It cannot access your projects, Cockpit organizations, Studio content, or other Laioutr data.

Connect to Laioutr MCP for project access

Use the authenticated Laioutr MCP server when you want an assistant to inspect or edit project data.

One-click install

Install buttons generate the correct config for your IDE and open it in a deeplink. Use the manual steps below if you prefer to edit config files yourself.
Install MCP in CursorInstall MCP in VS Code

Manual setup

Add the server from the CLI:

claude mcp add --transport http laioutr-docs https://docs.laioutr.com/mcp

Then restart Claude Code. Verify with claude mcp list.

Alternatively, install the Laioutr Claude Code plugin, which registers this MCP server alongside Laioutr-specific skills and conventions.

Using it

Once connected, point the assistant at a question the docs can answer, for example:

  • "Using the Laioutr docs, show me how to define a product Section with defineSection."
  • "Look up the Orchestr query for cart line items in the Laioutr docs."

The client will call the docs MCP server, fetch the matching pages, and ground its answer in them.

Copyright © 2026 Laioutr GmbH