@webhouse/cms-mcp-client
v0.2.15
Published
Public read-only MCP server for @webhouse/cms sites
Maintainers
Readme
@webhouse/cms-mcp-client
Public read-only Model Context Protocol server for @webhouse/cms sites. Lets AI assistants read your CMS content through a standardized interface.
Installation
npm install @webhouse/cms-mcp-clientUsage
import { createMcpClient } from "@webhouse/cms-mcp-client";
const server = createMcpClient({
siteUrl: "https://my-site.example.com",
});
// The MCP server exposes tools for listing collections,
// reading documents, and searching content.Documentation
See the main repository for full documentation.
License
MIT
