Skip to content

Commit 7d4ec8a

Browse files
Phil Whittakerclaude
andcommitted
Update Developer MCP README documentation
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent bf5d98c commit 7d4ec8a

File tree

1 file changed

+3
-3
lines changed
  • 16/umbraco-cms/reference/developer-mcp

1 file changed

+3
-3
lines changed

16/umbraco-cms/reference/developer-mcp/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Get started with the CMS developer MCP.
44

55
# Developer Model Context Protocol (MCP) server
66

7-
The Developer [MCP Server](./concepts/model-context-protocol#mcp-servers) makes it easy for developers to connect AI tools with Umbraco. It allows you to harness large language models (LLMs) to perform almost any task that can be achieved within the Umbraco backoffice — from generating and editing content to managing media, automating workflows, and assisting with complex development tasks.
7+
The Developer [MCP Server](./concepts/model-context-protocol.md#mcp-servers) makes it easy for developers to connect AI tools with Umbraco. It allows you to harness large language models (LLMs) to perform almost any task that can be achieved within the Umbraco backoffice — from generating and editing content to managing media, automating workflows, and assisting with complex development tasks.
88

99
This MCP Server acts as a secure gateway between your Umbraco installation and MCP-compatible AI environments such as Claude (Desktop or Code), Cursor, or GitHub Copilot. Through this bridge, your AI assistant can interact directly with Umbraco’s Management API, enabling a more natural, conversational way to develop and maintain your sites.
1010

@@ -17,9 +17,9 @@ Think of it as giving your AI tools a secure, structured way to “speak to Umbr
1717
Unlike most Umbraco integrations, the Developer CMS MCP Server is not a plugin that you install into your Umbraco site.
1818
Instead, it runs as a standalone Node.js application that acts as an MCP server.
1919

20-
[MCP clients](./concepts/model-context-protocol#mcp-clients)—implemented inside compatible [host applications](./concepts/model-context-protocol#host-applications) such as Claude Desktop, Cursor, or Windsurf—connect to this server. When you interact with your chat-based development environment, the client communicates with the MCP Server using the Model Context Protocol (MCP).
20+
[MCP clients](./concepts/model-context-protocolmd#mcp-clients)—implemented inside compatible [host applications](./concepts/model-context-protocol.md#host-applications) such as Claude Desktop, Cursor, or Windsurf—connect to this server. When you interact with your chat-based development environment, the client communicates with the MCP Server using the Model Context Protocol (MCP).
2121

22-
Learn more about [Model Context Protocol (MCP)](./concepts/README.md)
22+
Learn more about [Model Context Protocol (MCP)](./concepts/model-context-protocol.md)
2323

2424
The MCP Server, in turn, talks directly to Umbraco through the Management API. This is the same API layer that powers the Umbraco backoffice, allowing it to read from and modify the CMS.
2525

0 commit comments

Comments
 (0)