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
| Tool | Description | Setup guide |
|---|---|---|
| Cursor | AI-powered IDE | Setup in Cursor |
| Claude Desktop | Anthropic's desktop app | Setup in Claude |
| Lovable | AI web builder | Setup in Lovable |
Quick start
- Create an API key with the desired permissions
- Follow the setup guide for your tool (Cursor, Claude, or Lovable)
- Test with: "Show all my sites"
Setup takes less than 3 minutes.
What can you do?
OptimoCMS offers 25 MCP tools across 8 categories:
| Category | Tools | Examples |
|---|---|---|
| Sites | list_sites, get_site | List sites and view details |
| Pages | list_pages, create_page, update_page | Create, edit, change status |
| Publishing | publish_site | Deploy site to production |
| Media | search_media | Search images and videos |
| Analytics | get_analytics | Visitors, bounce rate, top pages |
| AI | generate_page, translate_page, assist_content | Generate, translate, improve content |
| Import | preview_import, import_website | Import existing websites |
| Verticals | Booking, E-commerce, Loyalty, Reviews, Jobs | Industry-specific tools |
See the complete tools overview for all parameters.
Example workflows
- Build a complete site from a prompt
- Translate all pages to 3 languages
- Bulk-update design tokens
- Import a website and optimize
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/jsonThe server uses the Streamable HTTP transport protocol.