The Umbraco MCP server connects AI agents to Umbraco CMS, enabling automation of back-office tasks. It exposes Umbraco's content management APIs, allowing agents to create, update, and manage content. Developers use it to automate content workflows, integrate AI-driven content generation, and streamline editorial processes.
The Umbraco MCP server connects AI agents to Umbraco CMS, enabling automation of back-office tasks. It exposes Umbraco's content management APIs, allowing agents to create, update, and manage content. Developers use it to automate content workflows, integrate AI-driven content generation, and streamline editorial processes.
npx -y @umbraco-mcp/umbraco-mcp-cmsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"matthew-wise-umbraco-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @umbraco-mcp/umbraco-mcp-cms"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from umbraco mcp?"
API Key Required
This server requires an API key from umbraco mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| UMBRACO_MCP_API_KEY | Yes | Your umbraco mcp API key |
"What resources are available in umbraco mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in umbraco mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in umbraco mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
See what tools in your stack can connect to AI.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.