> ## Documentation Index
> Fetch the complete documentation index at: https://fastapi-mcp.tadata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

## Install FastAPI-MCP

We recommend using [uv](https://docs.astral.sh/uv/), a fast Python package installer:

```bash theme={null}
uv add fastapi-mcp
```

Alternatively, you can install with `pip` or `uv pip`:

<CodeGroup>
  ```bash uv theme={null}
  uv pip install fastapi-mcp
  ```

  ```bash pip theme={null}
  pip install fastapi-mcp
  ```
</CodeGroup>
