Back to Help

MCP — Overview

April 15, 2026

Connect Claude or any MCP client to OmniCon and drive the whole CMS from chat or code.


OmniCon runs a public MCP (Model Context Protocol) server at https://mcp.omnicon.cloud. It exposes almost every CMS action — create articles, build books, upload media, curate galleries, send press releases, run a community — as callable tools that Claude Desktop, Claude Code, or any MCP-compatible client can invoke.

Why use it

  • Draft and publish content from a conversation with Claude instead of the web editor.
  • Script bulk operations (migrations, reorgs, backfills) without writing against the API directly.
  • Curate image galleries — portfolios, event recaps, product ranges — without leaving chat.
  • Run a community — approve pending posts, change roles, ban abusers — from chat instead of clicking through the admin.
  • Let agents handle repeatable work — scheduled posts, translations, press list maintenance.

Transport and auth

The server speaks Streamable HTTP and authenticates via OAuth 2.0. Your client walks a standard authorization-code flow in the browser and gets a scoped token tied to your OmniCon account. No API keys to manage.

Related topics: