Integration

MCP — drive the CMS from any agent

Every CMS operation is an MCP tool. Use Claude Desktop, Cursor, Continue, or your own agent.

What MCP is

The Model Context Protocol is a standard for exposing tools to AI agents. StaticOwl ships an MCP server that exposes every admin operation: sites_*, content_*, types_*, templates_*, build_*, workflow_* — anything an admin can do.

Setup in one command

npx staticowl-mcp setup

Opens a browser to the admin's authorize page; mints a key scoped to your sites; writes ~/.staticowl/mcp-key.json. Point Claude Desktop at staticowl-mcp in your config. Done.

Auth + scope

What this lets you do