uv-mcp-server

by sparfenyuk

843 downloads
Not rated
GitHub

About

Stable virtual env management. No hallucinations.

Details

Author
sparfenyuk
Downloads
843
Categories
Other

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name uv-mcp-server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.