Mlytics MCP (Model Context Protocol) Server, which provides a set of tools for managing Mlytics CDN sites and DNS records through the Mlytics API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mlytics-bulldozer-mc": {
"command": "npx",
"args": [
"-y",
"mlytics/mlytics-bulldozer-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add mlytics-bulldozer-mc npx -y mlytics/mlytics-bulldozer-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mlytics-bulldozer-mc": {
"command": "npx",
"args": [
"-y",
"mlytics/mlytics-bulldozer-mcp-server"
]
}
}
}