MLflow Prompt Registry MCP Server
Connects to MLflow Prompt Registry, allowing access to managed prompt templates through MCP, with tools for listing available prompts and retrieving specific prompts with variable arguments.
Click on "Deploy 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., "@MLflow Prompt Registry MCP Serverget the 'code-review' prompt template with my latest changes"
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.
MLflow Prompt Registry MCP Server
Model Context Protocol (MCP) Server for MLflow Prompt Registry, enabling access to prompt templates managed in MLflow.
This server implements the MCP Prompts specification for discovering and using prompt templates from MLflow Prompt Registry. The primary use case is to load prompt templates from MLflow in Claude Desktop, allowing users to instruct Claude conveniently for repetitive tasks or common workflows.

Tools
list-promptsList available prompts
Inputs:
cursor(optional string): Cursor for paginationfilter(optional string): Filter for prompts
Returns: List of prompt objects
get-promptRetrieve and compile a specific prompt
Inputs:
name(string): Name of the prompt to retrievearguments(optional object): JSON object with prompt variables
Returns: Compiled prompt object
Related MCP server: PromStack MCP Server
Setup
1: Install MLflow and Start Prompt Registry
Install and start an MLflow server if you haven't already to host the Prompt Registry:
pip install mlflow>=2.21.1
mlflow server --port 50002: Create a prompt template in MLflow
If you haven't already, create a prompt template in MLflow following this guide.
3: Build MCP Server
npm install
npm run build4: Add the server to Claude Desktop
Configure Claude for Desktop by editing claude_desktop_config.json:
{
"mcpServers": {
"mlflow": {
"command": "node",
"args": ["<absolute-path-to-this-repository>/dist/index.js"],
"env": {
"MLFLOW_TRACKING_URI": "http://localhost:5000"
}
}
}
}Make sure to replace the MLFLOW_TRACKING_URI with your actual MLflow server address.
This server cannot be deployed
Maintenance
Related MCP Connectors
- platform7nOAuthtech.p7n
Connect Claude to your Platform7n workspaces — chat, links, and tasks. One-click OAuth.
Your prompt library inside your AI: 1,000+ pro templates, frameworks, vocab & pipelines.
- PromptOTOAuthcom.promptot
Manage, version, and publish LLM prompts with blocks, variables, and evaluations.
Manage your IoT device fleet directly from Claude. Create device templates with datastreams and events, provision new devices, read live sensor data, and control outputs. The Blynk connector integrates with the Blynk IoT platform, enabling direct configuration and monitoring of connected devices and infrastructure.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceFacilitates access and management of Langfuse prompts through the Model Context Protocol, enabling prompt discovery, retrieval, and integration within clients like Claude Desktop and Cursor.172MIT
- AlicenseDqualityDmaintenanceEnables Claude Desktop and other MCP-compatible tools to directly access and execute prompts from PromStack, including prompt discovery, selection recommendations, and exporting prompts as Claude Skills.55 npmMIT
- AlicenseAqualityDmaintenanceAllows users to save, organize, and manage AI prompts, folders, and tags directly within MCP-compatible tools like Claude and Cursor. It supports version history tracking, prompt searching, and the ability to save public templates to a personal collection.2015 npmMIT
- AlicenseBqualityDmaintenanceEnables AI models like Claude to manage local prompt files with CRUD operations, fuzzy search, categorization, templates, version control, and favorites.325MIT