Back to MCP Servers
astral uv mcp logo
mcp-server387

astral uv mcp

uv-mcp is an MCP server that wraps Astral's ultra-fast uv Python package manager, enabling AI agents to diagnose, repair, and manage Python environments through natural language.

Overview

astral uv mcp (commonly known as uv-mcp) is an open-source Model Context Protocol (MCP) server that bridges Astral's uv—the extremely fast Rust-based Python package and project manager—with AI agents and tools like Claude Desktop, Claude Code, and Gemini CLI.

Instead of AI assistants merely suggesting uv commands, uv-mcp allows them to directly inspect, diagnose, and fix Python project environments, making AI a proactive DevOps partner for Python development.

Features

  • Environment Diagnostics: Automatically analyzes project structure, virtual environments, dependency conflicts, lockfiles (uv.lock), and pyproject.toml.
  • Self-Healing Repairs: Creates virtual environments, initializes projects, syncs dependencies, and resolves issues with a single tool call.
  • Dependency Management: Add, remove, or update packages (including dev dependencies) via natural language—no need to remember flags or commands.
  • Native uv Integration: Fully respects uv workflows, PEP 668 externally-managed environments, and ensures reproducible setups with uv.lock.
  • MCP Compatibility: Works seamlessly with MCP clients including Claude, Gemini CLI extensions, and other AI agent platforms.
  • Scoped & Safe: Operations are project-scoped with no global pollution; ideal for containers, CI/CD, and managed environments.
  • Auditable & Deterministic: Clear logs and consistent behavior across machines for reliable automation.

Use Cases

  • AI-Powered Python Setup: Tell your agent "Set up a new data science project with pandas and Jupyter"—it handles uv init, venv creation, and dependency installation.
  • Environment Troubleshooting: AI diagnoses "why my project isn't running" and repairs it automatically.
  • Dependency Resolution: Resolve conflicts or update lockfiles without manual intervention.
  • Multi-Agent Workflows: Integrate into larger MCP/AI agent orchestrations for full-stack Python development automation.
  • CI/CD & Reproducible Builds: Ensure consistent environments in automated pipelines.

Installation & Quick Start

gemini extensions install https://github.com/saadmanrafat/uv-mcp

For Claude Desktop / Code

Clone the repo and add to your MCP configuration (details in the documentation).

Requires uv (Astral's package manager) to be installed. Full guides available in the repository.

Why uv-mcp?

uv is already 10-100x faster than traditional tools like pip/Poetry. uv-mcp supercharges it by giving AI agents direct, safe access to its power—turning "it works on my machine" into reliable, agent-driven reproducibility.

Built for the modern AI-native Python ecosystem.

Tags

mcpuvpythonpackage-managerai-agentenvironment-managementastraldevopsclaudegemini

Related Entries

Keep exploring similar tools and resources in this category.

Browse MCP Servers
Higgsfield MCP logo

Higgsfield MCP

MCP Servers

Higgsfield MCP is Higgsfield AI's hosted MCP connector for generating images, videos, reusable characters, and creative assets from Claude or MCP-compatible agents. It uses a Higgsfield account and platform credits, with no API key documented for the official MCP connector.

Agent Reach logo

Agent Reach

MCP Servers

Agent Reach is an open-source CLI and Agent Skill that installs, routes, and health-checks upstream tools for web, social, GitHub, video transcript, RSS, and search access. It is not documented as a standalone MCP server; some channels use MCP-backed upstream tools such as mcporter/Exa, xiaohongshu-mcp, and linkedin-scraper-mcp.

LottieFiles MCP Server logo

LottieFiles MCP Server

MCP Servers

An open-source Model Context Protocol (MCP) server that enables AI agents to search, retrieve details, and access popular Lottie animations directly from LottieFiles, seamlessly integrating motion graphics into AI workflows.

Kakao PlayMCP logo

Kakao PlayMCP

MCP Servers

Kakao's official open platform for the Model Context Protocol (MCP), enabling developers to register, discover, test, and use MCP servers that securely connect AI models to external tools and data sources for agentic AI experiences.

Firecrawl MCP Server logo

Firecrawl MCP Server

MCP Servers

Official Model Context Protocol (MCP) server from Firecrawl that equips AI agents with powerful web search, scraping, crawling, and structured data extraction capabilities for real-time web interaction.

TinyFish logo

TinyFish

MCP Servers

TinyFish exposes web automation, web search, content extraction, and remote browser-session tools to MCP-compatible AI assistants. The hosted MCP server uses OAuth 2.1, while an optional local @tiny-fish/mcp proxy supports API-key authentication for local-only, CI, and headless setups.