<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Claude - Tag - arleo.eu</title><link>https://www.arleo.eu/en/tags/claude/</link><description>Claude - Tag - arleo.eu</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 03 May 2026 19:00:00 +0200</lastBuildDate><atom:link href="https://www.arleo.eu/en/tags/claude/" rel="self" type="application/rss+xml"/><item><title>Hugo MCP Server: Connecting Claude.ai to a Static Hugo Site</title><link>https://www.arleo.eu/en/posts/hugo-mcp-server/</link><pubDate>Sun, 03 May 2026 19:00:00 +0200</pubDate><author>Jmr</author><guid>https://www.arleo.eu/en/posts/hugo-mcp-server/</guid><description><![CDATA[<div class="featured-image">
                <img src="/images/hugo-mcp-server-featured.jpg" referrerpolicy="no-referrer">
            </div><h2 id="-in-short">⚡ In short</h2>
<p>Connect Claude.ai to a <strong>Hugo</strong> site hosted in a KVM VM in 30 minutes: a FastAPI server exposes 6 MCP tools (read, create, modify, delete pages, rebuild the site) via JSON-RPC 2.0, an OAuth proxy reuses existing infrastructure, and every modification automatically triggers a Hugo rebuild + Cloudflare cache purge.</p>
<p>The code is available on GitHub:</p>
<ul>
<li>🔌 Hugo MCP Server: <a href="https://github.com/jmrGrav/hugo-mcp" target="_blank" rel="noopener noreffer ">jmrGrav/hugo-mcp</a></li>
<li>🔐 OAuth Proxy: <a href="https://github.com/jmrGrav/mcp-oauth-proxy" target="_blank" rel="noopener noreffer ">jmrGrav/mcp-oauth-proxy</a></li>
</ul>
<h2 id="-why">🧠 Why</h2>
<p>Anthropic&rsquo;s <a href="https://modelcontextprotocol.io/" target="_blank" rel="noopener noreffer ">MCP (Model Context Protocol)</a> allows Claude.ai to connect to external data sources via standardized tools. Unlike Grav CMS which is dynamic (PHP), Hugo generates pure static HTML — making content management via MCP even more powerful: every modification is compiled and deployed instantly.</p>]]></description></item><item><title>Grav MCP Server: connect Claude.ai to your website in 30 minutes</title><link>https://www.arleo.eu/en/posts/grav-mcp-server/</link><pubDate>Fri, 17 Apr 2026 16:00:00 +0200</pubDate><author>Jmr</author><guid>https://www.arleo.eu/en/posts/grav-mcp-server/</guid><description><![CDATA[<div class="featured-image">
                <img src="/images/grav-mcp-server-featured.jpg" referrerpolicy="no-referrer">
            </div><h2 id="-in-short">⚡ In short</h2>
<p>Connect Claude.ai to your Grav website in 30 minutes: a PHP plugin exposes 9 tools (read, create, update, delete pages, manage plugins) via JSON-RPC 2.0, a FastAPI proxy handles OAuth 2.1 authentication, and nginx bridges the internet to your server. Result: Claude can read and modify your site content directly from a conversation.</p>
<p>Code available on GitHub:</p>
<ul>
<li>🔌 Grav plugin: <a href="https://github.com/jmrGrav/grav-plugin-mcp-server" target="_blank" rel="noopener noreffer ">jmrGrav/grav-plugin-mcp-server</a></li>
<li>🔐 OAuth proxy: <a href="https://github.com/jmrGrav/mcp-oauth-proxy" target="_blank" rel="noopener noreffer ">jmrGrav/mcp-oauth-proxy</a></li>
</ul>
<h2 id="-why">🧠 Why</h2>
<p>Anthropic&rsquo;s <a href="https://modelcontextprotocol.io/" target="_blank" rel="noopener noreffer ">MCP (Model Context Protocol)</a> allows Claude.ai to connect to external data sources via standardized tools. Until now, no MCP plugin existed for Grav CMS.</p>]]></description></item></channel></rss>