Model Context Protocol

Your CMS,
direct to AI.

Connect EnineSites to Claude, Cursor, or any MCP-compatible tool. Manage sites, content, and media without leaving your AI workflow.

What is MCP?

Model Context Protocol (MCP) is an open standard that lets AI tools connect to external data sources. Once an AI tool supports MCP, it can talk to any MCP server with just a URL — your AI accesses EnineSites data natively, no tab switching, no copy-paste.

Before you start

You need an EnineSites account. Authentication uses your existing EnineSites credentials via a secure OAuth2 flow — no separate API key to manage.

How to Connect

1 Claude.ai (Web)

Simplest setup for teams and individual users.

For Admins (organisation-wide):

  1. Sign in to claude.ai as an organisation admin.
  2. Go to Organisation Settings → Connectors.
  3. Click Add → Custom → Web.
  4. Name: EnineSites
  5. Remote MCP Server URL: https://mcp.eninesites.com/sse
  6. Click Save. Everyone in your org will see EnineSites in their connector list and can authenticate individually.

For Individual Users:

  1. In Claude, go to Settings → Connectors → EnineSites.
  2. Click Connect.
  3. You'll be redirected to EnineSites to sign in and authorise.
  4. Once authenticated, EnineSites appears in the tools menu when you start a new chat.
2 Claude Desktop

For power users running Claude locally on macOS or Windows. Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "EnineSites": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp.eninesites.com/sse"
      ]
    }
  }
}

Config file location (macOS): ~/Library/Application Support/Claude/claude_desktop_config.json

3 Claude Code (CLI)

Anthropic's command-line tool — perfect for developers and terminal-based workflows. Add EnineSites to your current project:

claude mcp add eninesites --transport http https://mcp.eninesites.com/sse

Then open a fresh Claude Code session, type /mcp, scroll to EnineSites, and follow the authentication link.

4 Cursor, Windsurf, and others

Point any MCP-compatible tool to the server URL below. Setup steps vary by tool, but every client accepts the same URL:

https://mcp.eninesites.com/sse