Content
# YR MCP Server


## Setup environment using uv
#### Windows
```
# Install uv
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
# Create virtual environment
uv venv
# Activate virtual environment
.venv\Scripts\activate
```
#### Linux
```
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
# Create virtual environment
uv venv
# Activate virtual environment
source .venv/bin/activate
```
### Install dependencies
```
uv pip install -r pyproject.toml
```
### Run server
```
uv run yr.py
```
## Setup environment using pip
### Create requirements.txt for installing dependencies via pip
```
uv pip freeze > requirements.txt
```
### Install dependencies
```
pip install -r requirements.txt
```
### Run server
```
python yr.py
```
Connection Info
You Might Also Like
markitdown
MarkItDown-MCP is a lightweight server for converting URIs to Markdown.
markitdown
Python tool for converting files and office documents to Markdown.
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
TrendRadar
TrendRadar: Your hotspot assistant for real news in just 30 seconds.
mempalace
The highest-scoring AI memory system ever benchmarked. And it's free.
mempalace
The highest-scoring AI memory system ever benchmarked. And it's free.