@webhouse/cms-mcp-server
v0.2.15
Published
Authenticated read+write MCP server for @webhouse/cms content production
Maintainers
Readme
@webhouse/cms-mcp-server
Authenticated read+write Model Context Protocol server for @webhouse/cms. Enables AI assistants to create, update, and manage CMS content with API key authentication.
Installation
npm install @webhouse/cms-mcp-serverUsage
import { createMcpServer } from "@webhouse/cms-mcp-server";
const server = createMcpServer({
siteUrl: "https://my-site.example.com",
apiKey: process.env.CMS_MCP_API_KEY,
});
// The MCP server exposes authenticated tools for creating,
// updating, publishing, and managing CMS content.Documentation
See the main repository for full documentation.
License
MIT
