Loading MCP server directory, please wait...
AI-native CMS with 41 MCP tools for managing websites through natural language.
npx @getmcp/cli add io.github.jonradoff/lightcmsRequires Pre-built binary. Community-contributed server. Review source before installing.
LIGHTCMS_URLURL of your LightCMS instance (e.g., https://example.com or http://localhost:8082)
LIGHTCMS_API_KEYAPI key for authentication. Create one in the admin panel at /cm → Settings → API Keys.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jonradoff/lightcms": {
"command": "https://github.com/jonradoff/lightcms/releases/download/v1.1.0/lightcms-darwin-arm64.mcpb",
"env": {
"LIGHTCMS_URL": "",
"LIGHTCMS_API_KEY": ""
}
}
}
}