Reference
Description
# Reference - https://www.youtube.com/watch?v=-8k9lGpGQ6g - https://github.com/techwithtim/PythonMCPServer # Setup MCP Server - Install `uv` - For Linux/macOS: `curl -LsSf https://astral.sh/uv/install.sh | sh` - For Windows (PowerShell): `iwr -useb…
About
# Reference - https://www.youtube.com/watch?v=-8k9lGpGQ6g - https://github.com/techwithtim/PythonMCPServer # Setup MCP Server - Install `uv` - For Linux/macOS: `curl -LsSf https://astral.sh/uv/install.sh | sh` - For Windows (PowerShell): `iwr -useb https://astral.sh/uv/install.ps1 | iex` - Register script as…
Details
- Author
- weyseing
- Downloads
- 131
- Categories
- Knowledge Base
Jump to
- Setup via the uv package manager
- Registers as an MCP server for local clients
- Single-file Python script (main.py)
Install uv using the provided command for your OS. Then, from the repository directory, run uv run mcp install .\main.py to register the script as a local MCP server. After registration, restart Claude Desktop if using it as the client.
Reference
- https://www.youtube.com/watch?v=-8k9lGpGQ6g - https://github.com/techwithtim/PythonMCPServerSetup MCP Server
- Installuv
- For Linux/macOS: curl -LsSf https://astral.sh/uv/install.sh | sh
- For Windows (PowerShell): iwr -useb https://astral.sh/uv/install.ps1 | iex
- Register script as MCP-server for local MCP-client
- uv run mcp install .\main.py
- [Claude Desktop] Need to restart to reflect changesSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


