Get Started
Installation
Install FastMCP
We recommend using uv to install and manage FastMCP.
If you plan to use FastMCP in your project, you can add it as a dependency with:
Alternatively, you can install it directly with pip
or uv pip
:
Verify Installation
To verify that FastMCP is installed correctly, you can run the following command:
You should see output like the following:
Installing for Development
If you plan to contribute to FastMCP, you should begin by cloning the repository and using uv to install all dependencies.
This will install all dependencies, including ones for development, and create a virtual environment.
To run the tests, use pytest: