Files
tadata-org--fastapi_mcp/docs/getting-started/installation.mdx
T
wehub-resource-sync 8f1970542a
CI / Ruff (push) Waiting to run
CI / MyPy (push) Waiting to run
CI / Test Python 3.10 (push) Waiting to run
CI / Test Python 3.11 (push) Waiting to run
CI / Test Python 3.12 (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:49:13 +08:00

25 lines
385 B
Plaintext

---
title: Installation
icon: arrow-down-to-line
---
## Install FastAPI-MCP
We recommend using [uv](https://docs.astral.sh/uv/), a fast Python package installer:
```bash
uv add fastapi-mcp
```
Alternatively, you can install with `pip` or `uv pip`:
<CodeGroup>
```bash uv
uv pip install fastapi-mcp
```
```bash pip
pip install fastapi-mcp
```
</CodeGroup>