Menuing
Tool Panel

Configuration,Claude Web

Configuring Claude AI Web

Claude AI on the web (claude.ai) can connect to your Contensive MCP Server to manage website content directly from the browser chat interface.

Requirements

  • An Anthropic account with access to claude.ai
  • Administrator access to your Contensive website
  • Your site must be publicly accessible over HTTPS

Setup Steps

Step 1: Get Your MCP Endpoint URL

Your MCP endpoint URL follows this pattern:

https://yoursite.com/mcp

Replace yoursite.com with your actual domain.

Step 2: Add the MCP Server in Claude

  1. Go to claude.ai
  2. Open Settings (click your profile icon, then Settings)
  3. Navigate to the Integrations section
  4. Click Add Integration or Add MCP Server
  5. Enter the following:
    • Name: Your Site Name (e.g., "My Contensive Site")
    • URL: https://yoursite.com/mcp
  6. Click Connect

Step 3: Authenticate

Claude will redirect you to your Contensive site's OAuth login page. Log in with your administrator credentials. Once authenticated, Claude receives a bearer token and can make MCP tool calls on your behalf.

Step 4: Test the Connection

Start a new conversation and type:

List all pages on my website

Claude should use the page_list tool and display a hierarchical list of your site pages.

Example Requests

Once connected, you can ask Claude to manage your site:

  • "Create a new page called 'Our Services' under the About section"
  • "Update the meta description on the homepage"
  • "Add a hero widget to the /about page"
  • "What widgets are on the /contact page?"
  • "Upload this image to the resource library" (attach an image)
  • "Show me recent MCP changes so I can undo the last one"

Troubleshooting

Claude cannot connect to the server

  • Verify your site is accessible over HTTPS
  • Confirm the /mcp route is active in your Contensive admin panel
  • Check that /.well-known/oauth-protected-resource returns a valid JSON response

Authentication fails

  • Verify your account has the Administrator role on the Contensive site
  • Try logging out of Contensive and logging back in, then re-authenticate in Claude

Tools are not appearing

  • After connecting, start a new conversation for Claude to discover the tools
  • Verify the addon is active in Addon Manager