This guide walks site administrators through installing the MCP Server addon collection and configuring AI clients to manage your Contensive website.
MCP (Model Context Protocol) is an open standard that lets AI assistants like Claude interact with external tools. Once installed, the MCP Server addon gives Claude the ability to create pages, manage widgets, upload resources, and more on your Contensive site.
aoMcp.zip fileFor local development sites, use the Contensive command line:
cc -a <sitename> --installFile "path\to\aoMcp.zip"
After installation, verify these items:
/mcp endpoint should respond at https://yoursite.com/mcpThe MCP Server uses OAuth 2.0 for authentication. AI clients authenticate using bearer tokens issued by your site's authorization server.
The endpoint also checks that the authenticated user has the Administrator role. Non-admin users receive a 401 Unauthorized response.
MCP clients discover your authorization server automatically via the standard endpoint:
https://yoursite.com/.well-known/oauth-protected-resource
This returns the authorization server URL that clients use to obtain bearer tokens.