diff --git a/README.md b/README.md index af9a530ad..bf100d43a 100644 --- a/README.md +++ b/README.md @@ -74,19 +74,20 @@ FastMCP handles all the complex protocol details and server management, so you c ## Installation +We strongly recommend installing FastMCP with [uv](https://docs.astral.sh/uv/), as it is required for deploying servers: + ```bash -# We strongly recommend installing with uv -brew install uv # on macOS uv pip install fastmcp ``` -Or with pip: +Note: on macOS, uv may need to be installed with Homebrew (`brew install uv`) in order to make it available to the Claude Desktop app. + +Alternatively, to use the SDK without deploying, you may use pip: + ```bash pip install fastmcp ``` -See the [Contributing](#contributing) section for information on how to contribute to FastMCP. - ## Quickstart Let's create a simple MCP server that exposes a calculator tool and some data: