MCP Server UV
@hackcpp
About MCP Server UV
A Model Context Protocol server for uv package manager
Basic information
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
More Other MCP servers
Nginx UI
0xJackyYet another WebUI for Nginx
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Servers
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments