6 months ago
An MCP (Model Context Protocol) server for Umbraco CMS
Providing access to key parts of your websites backoffice.
Server Config
{
"mcpServers": {
"umbraco-mcp": {
"command": "npx",
"args": [
"@umbraco-mcp/umbraco-mcp-cms@alpha"
],
"env": {
"UMBRACO_CLIENT_ID": "<API user name>",
"UMBRACO_CLIENT_SECRET": "<API client secert>",
"UMBRACO_BASE_URL": "https://<domain>",
"EXCLUDE_MANAGEMENT_TOOLS": "<toolname>,<toolname>"
}
}
}
}