MCP Server UV
@hackcpp
About MCP Server UV
A Model Context Protocol server for uv package manager
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-uv": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
".[test]"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Server UV?
MCP Server UV is a Model Context Protocol (MCP) server implementation for the UV package manager. It provides MCP-compatible interfaces for managing Python packages and virtual environments using UV, intended for developers and AI agents that need to interact with Python projects.
How to use MCP Server UV?
Install with pip install mcp-server-uv and ensure dependencies (Python ≥3.11, UV ≥0.1.10, mcp-python ≥0.1.0) are met. The server exposes tools for package and project management, invoked through MCP-compatible clients.
Key features of MCP Server UV
- Install, uninstall, and upgrade Python packages
- List installed packages and view dependency trees
- Add and remove project dependencies
- Compile and sync requirements with hashes
- Initialize new Python projects and manage lockfiles
- Build and publish distribution archives
Use cases of MCP Server UV
- AI-powered dependency management via natural language commands
- Automated project initialization and lockfile creation in CI/CD
- Interactive package updates and upgrades across environments
- Generating secure requirements.txt with hash verification
- Building and publishing packages to a package index
FAQ from MCP Server UV
What are the runtime requirements for MCP Server UV?
The server requires Python ≥3.11, UV ≥0.1.10, and mcp-python ≥0.1.0.
What package management tools does MCP Server UV provide?
Tools include uv_pip_list, uv_pip_install, uv_pip_uninstall, uv_pip_upgrade, uv_pip_compile, and uv_pip_sync.
What project management tools does MCP Server UV provide?
Tools include uv_init, uv_add, uv_remove, uv_sync, uv_lock, uv_run, uv_tree, uv_build, and uv_publish.
How can I install MCP Server UV?
Install via pip: pip install mcp-server-uv.
How can I contribute to MCP Server UV
Frequently asked questions
What are the runtime requirements for MCP Server UV?
The server requires Python ≥3.11, UV ≥0.1.10, and mcp-python ≥0.1.0.
What package management tools does MCP Server UV provide?
Tools include `uv_pip_list`, `uv_pip_install`, `uv_pip_uninstall`, `uv_pip_upgrade`, `uv_pip_compile`, and `uv_pip_sync`.
What project management tools does MCP Server UV provide?
Tools include `uv_init`, `uv_add`, `uv_remove`, `uv_sync`, `uv_lock`, `uv_run`, `uv_tree`, `uv_build`, and `uv_publish`.
How can I install MCP Server UV?
Install via pip: `pip install mcp-server-uv`.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Blender
ahujasidOpen-source MCP to use Blender with any LLM

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.
Nginx UI
0xJackyYet another WebUI for Nginx
Comments