
Mcp Server
Let your coding agent read and manage Agility CMS content and structure from the editor instead of switching to the Agility dashboard.
Overview
com.agilitycms/mcp-server is a MCP server for the build phase that gives coding agents streamable-http access to Agility CMS.
What is this MCP server?
- Hosted streamable-http MCP at mcp.agilitycms.com (version 1.0.0)
- Connects Claude Code, Cursor, and other MCP clients to Agility CMS workflows
- Documented entry point at mcp.agilitycms.com with GitHub source agility/agility-mcp-server
- Suited to content-driven sites and JAMstack stacks that already use Agility
- Reduces context switching between IDE and CMS admin for schema and content tasks
- Server version 1.0.0
- Single streamable-http remote at mcp.agilitycms.com/api/mcp
- Open-source repository: github.com/agility/agility-mcp-server
What problem does it solve?
You keep leaving the IDE to inspect Agility content models or copy structure details the agent cannot see.
Who is it for?
Indie builders already on Agility CMS who want agent-assisted content modeling and integration work in one session.
Skip if: Teams not using Agility CMS or anyone who only needs a one-off static site with no headless CMS.
What do I get? / Deliverables
After you register the remote MCP URL, your agent can reason about Agility CMS context while you implement pages and integrations.
- Registered remote MCP connection to Agility CMS
- Agent-callable tools for CMS-backed build tasks
- Faster iteration on content structure without leaving the IDE
Recommended MCP Servers
Journey fit
Headless CMS wiring happens while you are assembling the product stack and content APIs, which maps to the build phase. Agility is an external content platform; this MCP is an integration surface for models and pages, not a standalone app feature.
How it compares
Agility CMS MCP integration, not a generic markdown skill or local file CMS.
Common Questions / FAQ
Who is com.agilitycms/mcp-server for?
Solo and small teams building on Agility CMS who use Claude Code, Cursor, or other MCP-capable agents during implementation.
When should I use com.agilitycms/mcp-server?
Use it during build when you are wiring frontend or static sites to Agility and want the agent to reference CMS structure without manual exports.
How do I add com.agilitycms/mcp-server to my agent?
Add the remote MCP server URL https://mcp.agilitycms.com/api/mcp (streamable-http) in your client’s MCP settings and follow https://mcp.agilitycms.com for auth and tool details.