Install FlashMCP
We recommend using uv to install and manage FlashMCP. If you plan to use FlashMCP in your project, you can add it as a dependency with:pip
or uv pip
:
Verify Installation
To verify that FlashMCP is installed correctly, you can run the following command:Installing from the Official MCP SDK
Installing from the official MCP SDK’s FlashMCP is generally straightforward. The core server API is highly compatible, and in many cases, changing your import statement fromfrom mcp.server.FlashMCP import FlashMCP
to from FlashMCP import FlashMCP
will be sufficient.
Prior to
FlashMCP==2.3.0
and mcp==1.8.0
, the 2.x API always mirrored the 1.0 API. However, as the projects diverge, this can not be guaranteed. You may see deprecation warnings if you attempt to use 1.0 APIs in FlashMCP 2.x. Please refer to this documentation for details on new capabilities.