The Hugo MCP API allows you to connect your own tools and services to Hugo using the Model Context Protocol.
MCP (Model Context Protocol) is an open standard for connecting AI assistants to external data sources and tools. By implementing an MCP server, you can extend Hugo's capabilities to access your internal systems, databases, CRMs, and custom business logic.
This guide will walk you through setting up an MCP server, configuring authentication, and securing your integration with request signing.
We advise that you start with the Quickstart guide, which will have you up and running in a few minutes.