Back to MCP Servers

Lightcms

AI-native CMS with 72 MCP tools for managing websites through natural language. Create and publish content, manage templates, assets, snippets, themes, collections, redirects, and multi-site forks — with full content versioning and semantic search.

developer-toolsai

Installation

npx -y lightcms

Configuration

{
  "mcpServers": {
    "lightcms": {
      "command": "npx",
      "args": ["-y", "lightcms"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub