OptimoCMSDocs
MCP

MCP Integration

Connect OptimoCMS to AI tools via the Model Context Protocol.

MCP Integration

OptimoCMS provides an MCP (Model Context Protocol) server that lets AI tools manage your sites directly. No code needed — describe what you want in natural language and the AI executes it.

Supported tools

ToolDescriptionSetup guide
CursorAI-powered IDESetup in Cursor
Claude DesktopAnthropic's desktop appSetup in Claude
LovableAI web builderSetup in Lovable

Quick start

  1. Create an API key with the desired permissions
  2. Follow the setup guide for your tool (Cursor, Claude, or Lovable)
  3. Test with: "Show all my sites"

Setup takes less than 3 minutes.

What can you do?

OptimoCMS offers 25 MCP tools across 8 categories:

CategoryToolsExamples
Siteslist_sites, get_siteList sites and view details
Pageslist_pages, create_page, update_pageCreate, edit, change status
Publishingpublish_siteDeploy site to production
Mediasearch_mediaSearch images and videos
Analyticsget_analyticsVisitors, bounce rate, top pages
AIgenerate_page, translate_page, assist_contentGenerate, translate, improve content
Importpreview_import, import_websiteImport existing websites
VerticalsBooking, E-commerce, Loyalty, Reviews, JobsIndustry-specific tools

See the complete tools overview for all parameters.

Example workflows

More in the AI Workflows page with 12 ready-to-use prompts.

MCP Server endpoint

POST https://europe-west4-cms-sg.cloudfunctions.net/mcpServer
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

The server uses the Streamable HTTP transport protocol.

On this page