zenml-io/mcp-zenml
An MCP server to connect with your [ZenML](https://www.zenml.io) MLOps and LLMOps pipelines
Quick Start
Clone the repository:
git clone https://github.com/zenml-io/mcp-zenmlClaude Desktop configuration example:
{
"mcpServers": {
"mcp-zenml": {
"command": "npx",
"args": [
"-y",
"zenml-io/mcp-zenml"
]
}
}
}Check the repository README for specific installation and configuration instructions.