UV Documentation MCP Server
A Model Context Protocol (MCP) server that provides access to UV package manager's documentation.
Overview
UV Documentation MCP Server is a Model Context Protocol (MCP) server that provides access to the UV package manager's documentation, fetching and parsing it from the official UV documentation website.
To use the server, clone the repository, install dependencies, build the TypeScript code, and start the server. You can then access various documentation resources through specific URIs.
- Access UV documentation through MCP resources - Search through documentation content - Detailed command information for UV CLI commands - Support for documentation sections and subsections - Real-time documentation fetching and parsing
- Accessing detailed information about UV CLI commands.
- Searching for specific documentation topics quickly.
- Fetching real-time updates from the UV documentation website.
Add to your AI client
Use these steps to connect UV Documentation MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"uv-docs-mcp-stevenbtw": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-uv-docs-mcp-stevenbtw"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"uv-docs-mcp-stevenbtw": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-uv-docs-mcp-stevenbtw"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"uv-docs-mcp-stevenbtw": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-uv-docs-mcp-stevenbtw"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"uv-docs-mcp-stevenbtw": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-uv-docs-mcp-stevenbtw"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"uv-docs-mcp-stevenbtw": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-uv-docs-mcp-stevenbtw"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"uv-docs-mcp-stevenbtw": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-uv-docs-mcp-stevenbtw"
]
}
}
}FAQ
How do I install the server?
Clone the repository, install dependencies, build the code, and start the server.
Can I search for specific commands in the documentation?
Yes! You can use the search_docs tool to find specific terms in the documentation.
What kind of documentation is available?
The server provides documentation on CLI commands, settings, resolver internals, and versioning policies.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":2934,"uuid":"2ead9383-d097-4a2e-8a69-270b1a6358ee","name":"uv-docs-mcp","title":"UV Documentation MCP Server","description":"A Model Context Protocol (MCP) server that provides access to UV package manager's documentation.","avatar_url":"https://avatars.githubusercontent.com/u/38373784?v=4","created_at":"2025-03-16T04:18:33.921Z","updated_at":"2025-03-16T07:38:38.625Z","status":"created","author_name":"StevenBtw","author_avatar_url":"https://avatars.githubusercontent.com/u/38373784?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/StevenBtw/uv-docs-mcp","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-21 09:05:23\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]