hugo-mcp

jmrGrav/hugo-mcp
★ 0 stars Python ⚙️ DevOps Updated today
MCP server for Hugo static site management
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hugo-mcp": {
      "command": "uvx",
      "args": [
        "hugo-mcp"
      ]
    }
  }
}

Or install with pip: pip install hugo-mcp

README Excerpt

MCP server for Hugo static site management — `hugo-test.arleo.eu`. | Tool | Description | |------|-------------| | `list_pages` | List all Hugo pages (filter by lang/section) | | `get_page` | Read frontmatter + Markdown content | | `create_page` | Create page + rebuild + Cloudflare purge | | `update_page` | Update page + rebuild + Cloudflare purge |

Tools (6)

build_sitecreate_pagedelete_pageget_pagelist_pagesupdate_page