My UV MCP Server
This is a simple Model Context Protocol (MCP) server built using Python and the uv package manager.
It demonstrates creating a basic MCP server with tools and connecting it to Claude Desktop.
Quick Start
Follow these steps to set up and run the MCP server:
Step | Command | Description |
1 |
| Create new Python MCP project |
2 |
| Add MCP SDK with CLI |
3 |
| Activate virtual environment |
4 |
| Write your server code |
5 |
| Test and debug MCP server |
6 |
| Add it to Claude Desktop |
1. Create the MCP Server
Create a file server.py with the following code:
Tools
A basic demonstration MCP server that provides a simple greeting tool, showcasing how to build and integrate custom MCP servers with Claude Desktop using Python and the uv package manager.