uv-mcp-server
About
Stable virtual env management. No hallucinations.
Details
- Author
- sparfenyuk
- Downloads
- 843
- Categories
- Other
Jump to
- Uses uv for Python dependency management.
- Requires a path to a .venv directory.
- Optional path to the uv executable.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
uv-mcp-serverCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the server with uv tool install git+https://github.com/sparfenyuk/uv-mcp-server --reinstall. Run the server using uv-mcp-server --root-path ROOT_PATH where ROOT_PATH is the path to the .venv directory; an optional --uv-path UV_PATH argument specifies the path to the uv executable.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"uv-mcp-server": {
"uv-mcp-server": {
"command": "uv",
"args": [
"tool",
"install",
"git+https://github.com/sparfenyuk/uv-mcp-server",
"--reinstall"
]
}
}
}
}
McpServers
{
"uv-mcp-server": {
"command": "uv",
"args": [
"tool",
"install",
"git+https://github.com/sparfenyuk/uv-mcp-server",
"--reinstall"
]
}
}
uv-mcp-server
MCP server which uses uv to manage python dependencies.
Installation
Install the server:
uv tool install git+https://github.com/sparfenyuk/uv-mcp-server --reinstall
Make sure you can run the server:
$ uv-mcp-server --help
usage: uv-mcp-server [-h] --root-path ROOT_PATH [--uv-path UV_PATH]
MCP server using uv for Python dependency management
options:
-h, --help show this help message and exit
--root-path ROOT_PATH
Path to location of .venv directory
--uv-path UV_PATH Path to uv executable
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



