Discover, evaluate, install, and validate generated websites for the self-hosted CodeY CMS.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y codey-cms-mcp
MCP client config
{
"mcpServers": {
"codey-cms": {
"command": "npx",
"args": [
"-y",
"codey-cms-mcp"
]
}
}
}