-
+
Servers
Expose tools, resources, and prompts to LLMs.
|
-
+
Apps
Give your tools interactive UIs rendered directly in the conversation.
|
-
+
Clients
Connect to any MCP server — local or remote, programmatic or CLI.
@@ -83,11 +83,6 @@ FastMCP has three pillars:
## Installation
-> [!Note]
-> FastMCP 3.0 is currently a release candidate. Install with: `pip install fastmcp==3.0.0rc1`
->
-> For production systems requiring stability, pin to v2: `pip install 'fastmcp<3'`
-
We recommend installing FastMCP with [uv](https://docs.astral.sh/uv/):
```bash
@@ -96,6 +91,11 @@ uv pip install fastmcp
For full installation instructions, including verification and upgrading, see the [**Installation Guide**](https://gofastmcp.com/getting-started/installation).
+**Upgrading?** We have guides for:
+- [Upgrading from FastMCP v2](https://gofastmcp.com/getting-started/upgrading/from-fastmcp-2)
+- [Upgrading from the MCP Python SDK](https://gofastmcp.com/getting-started/upgrading/from-mcp-sdk)
+- [Upgrading from the low-level SDK](https://gofastmcp.com/getting-started/upgrading/from-low-level-sdk)
+
## 📚 Documentation
FastMCP's complete documentation is available at **[gofastmcp.com](https://gofastmcp.com)**, including detailed guides, API references, and advanced patterns.
From 7b9fcec2ec97ef09af4d2b3f2fa58a0e3d4d5968 Mon Sep 17 00:00:00 2001
From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com>
Date: Wed, 18 Feb 2026 16:24:32 -0500
Subject: [PATCH 3/3] Fix v3.0.0 changelog compare link: v2.14.5, not v2.14.1
---
docs/changelog.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/changelog.mdx b/docs/changelog.mdx
index 32290152f..62011175b 100644
--- a/docs/changelog.mdx
+++ b/docs/changelog.mdx
@@ -228,7 +228,7 @@ pip install fastmcp -U
* [@martimfasantos](https://github.com/martimfasantos) made their first contribution in [#3086](https://github.com/PrefectHQ/fastmcp/pull/3086)
* [@jfBiswajit](https://github.com/jfBiswajit) made their first contribution in [#3193](https://github.com/PrefectHQ/fastmcp/pull/3193)
-**Full Changelog**: https://github.com/PrefectHQ/fastmcp/compare/v2.14.1...v3.0.0
+**Full Changelog**: https://github.com/PrefectHQ/fastmcp/compare/v2.14.5...v3.0.0
|