Claude Desktop supports two modes that work with your Contensive MCP Server: Cowork for conversational content management, and Code for development workflows.
Add a new remote MCP server with the following settings:
https://yoursite.com/mcpClaude Desktop will use OAuth to authenticate. When prompted, log in to your Contensive site with administrator credentials.
If you prefer to edit the configuration file directly:
Locate the config file:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonAdd the server configuration:
{
"mcpServers": {
"contensive": {
"url": "https://yoursite.com/mcp"
}
}
}
After restarting, you should see the MCP tools icon in the chat interface. Start a new conversation and ask:
List all pages on my website
Cowork mode is ideal for non-technical administrators who want to manage content through conversation.
Example tasks:
Code mode is for developers working on both website content and source code simultaneously.
Example workflows:
Create a page and update navigation code together:
Create a new 'Services' page on the site with a hero widget, then update
the Nav component in src/components/Nav.tsx to include a link to it.
Migrate content from a data file:
Read all blog posts from data.json and create corresponding pages
on the Contensive site under /blog/
No tools icon appears after restart
"Authentication required" error
Tools stop working mid-session