Grav MCP Server: connect Claude.ai to your website in 30 minutes
⚡ In short
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.
Code available on GitHub:
- 🔌 Grav plugin: jmrGrav/grav-plugin-mcp-server
- 🔐 OAuth proxy: jmrGrav/mcp-oauth-proxy
🧠 Why
Anthropic’s MCP (Model Context Protocol) allows Claude.ai to connect to external data sources via standardized tools. Until now, no MCP plugin existed for Grav CMS.





