MLOps MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MLOps MCP ServerList my MLflow experiments"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MLOps MCP Server
AI-powered MLOps workflows through Claude Code
An MCP (Model Context Protocol) server that enables Claude to interact with ML experiment tracking, model registries, and deployment pipelines across popular MLOps platforms.
Features
MLflow Integration - List experiments, compare runs, find best models, search with filters
Model Registry - Browse registered models, track versions, check deployment stages
Cross-Platform - Unified interface for MLflow, Weights & Biases, and SageMaker (coming soon)
Related MCP server: Databricks MCP Server Template
Quick Start
Installation
# Install from PyPI
pip install mlops-mcp-server
# Or install with all optional dependencies
pip install mlops-mcp-server[all]Configuration
Add to your Claude Code MCP configuration (~/.claude.json):
{
"mcpServers": {
"mlops": {
"command": "mlops-mcp-server",
"env": {
"MLFLOW_TRACKING_URI": "http://localhost:5000"
}
}
}
}Environment Variables
Variable | Description | Default |
| MLflow tracking server URI |
|
| Weights & Biases API key | - |
| AWS region for SageMaker |
|
Available Tools
Experiment Tracking
Tool | Description |
| List all MLflow experiments |
| Get runs for an experiment with metrics |
| Compare metrics across multiple runs |
| Find best run by metric |
| Search runs with SQL-like filters |
Model Registry
Tool | Description |
| List registered models |
| Get model version history |
Usage Examples
List Experiments
User: Show me all my MLflow experiments
Claude: [Uses mlflow_list_experiments]
Found 5 experiments:
1. fraud-detection (ID: 1) - 23 runs
2. recommendation-engine (ID: 2) - 45 runs
...Find Best Model
User: Which model has the highest accuracy in the fraud-detection experiment?
Claude: [Uses mlflow_get_best_run]
Best run: run_abc123
- Accuracy: 0.956
- Model: XGBoost
- Parameters: max_depth=6, learning_rate=0.1Compare Runs
User: Compare the last 3 runs in terms of accuracy and F1 score
Claude: [Uses mlflow_compare_runs]
| Run ID | Accuracy | F1 Score |
|--------|----------|----------|
| abc123 | 0.956 | 0.943 |
| def456 | 0.948 | 0.935 |
| ghi789 | 0.951 | 0.940 |Development
Setup
# Clone the repository
git clone https://github.com/elliottdevo8/mlops-mcp-server.git
cd mlops-mcp-server
# Create virtual environment
python -m venv venv
source venv/bin/activate
# Install in development mode
pip install -e ".[dev]"Running Tests
pytest tests/ -vRunning Locally
# Start the server
python -m mlops_mcp.server
# Or use the CLI entry point
mlops-mcp-serverRoadmap
MLflow experiment tracking
MLflow model registry
Weights & Biases integration
SageMaker model registry
SageMaker endpoint management
Model drift monitoring
Cost analysis tools
Contributing
Contributions are welcome! Please read our Contributing Guide for details.
License
MIT License - see LICENSE for details.
Acknowledgments
Built with the Model Context Protocol by Anthropic.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables access to prompt templates managed in MLflow through Claude Desktop, allowing users to instruct Claude with saved templates for repetitive tasks or common workflows.3
- Flicense-qualityDmaintenanceEnables AI assistants like Claude to interact with Databricks workspaces through a secure, authenticated interface. Supports custom prompts and tools that leverage the Databricks SDK for workspace management, job execution, and SQL operations.
- AlicenseCqualityCmaintenanceEnables AI assistants to interact with MLflow experiments, runs, and registered models. Supports browsing experiments, retrieving run details with metrics and parameters, and querying the model registry through natural language.7MIT
- AlicenseDqualityDmaintenanceEnables AI assistants to perform MLOps workflows such as experiment tracking, model registry, dataset management, pipeline orchestration, and data lineage by wrapping DVC, MLflow, and Git.1001MIT
Related MCP Connectors
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Git-backed platform for skills, tools, and context for AI agents
Free public MCP for AI agents — 193 tools, 44 workflows. No API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elliottdevo8/mlops-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server