Lastly, we're already working on FastMCP 3.1 with a new take on MCP Apps.
I think it might be a bigger deal than 3.0.
Lastly, we're already working on FastMCP 3.1 with a new take on MCP Apps.
I think it might be a bigger deal than 3.0.
FastMCP is downloaded over a million times a day. We regret that some of you are about to be surprised by an unexpected upgrade.
If it causes any issue, we're sorry. The upgrade guides will help, and if something's broken, please open an issue:
github.com/prefecthq/fa...
You already know this was our biggest release ever, but during its month-long beta, FastMCP 3 attracted 21 first-time contributors and over 100K opt-in installs.
The paint is still wet on the overhauled docs and upgrade guides (just ask your LLM!)
gofastmcp.com/getting-star...
Most of the work went into rearchitecting the framework to be production-ready for where MCP is going in 2026.
But if we did our job right, you shouldn't be able to tell.
You'll just notice everything works *better*.
www.jlowin.dev/blog/fastmcp...
FastMCP 3.0 is out!
I don't even know how to fit it in a post...
π Build servers from directories, APIs, remote servers β anything
π Per-session context & progressive disclosure
π₯οΈ Full CLI: list, call, generate clients
π Versioning, granular auth, OTEL
β‘οΈ DX galore
imo @jlowin.dev is doing god's work with FastMCP 3, making it super easy to unshittify MCP servers
damn, should have a skill for unshittifying MCP π€
New Episode of chatting with Prefect's Builders - @jlowin.dev chats with with @aaazzam.bsky.social about FastMCP's path from weekend project to the most popular open source thing we've built.
Also: why "automation" is a better word than "orchestration."
Hope you get outside today. Link below.
Actually Colin has a MCP-to-skill template. Probably needs some work
Oh no! Would love to learn from your experience. Tool transforms started life in 2.0 as part of Bill Eastonβs campaign for sanity so this is a bit of a formalization of that
There's A LOT here, but we've tried extremely hard to keep breaking changes minimal. Most users will not need to change their code at all.
You can read the full upgrade guide here: gofastmcp.com/development/...
Happy (context) engineering!
And by popular demand, weβve polished the developer experience:
β‘ Servers support hot reload during development
β‘ Decorators now return callable functions (finally!)
β‘ Automatic threadpools for sync tools
The new architecture lets us ship a massive number of features:
π Custom providers like filesystems and remote APIs
β¨ Per-component authorization
π·οΈ Component versioning
π§ And even skills over MCP...!
Read the comprehensive feature guide here: www.jlowin.dev/blog/fastmcp...
We're moving past "tool servers."
Source from anywhere.
Compose and transform freely.
Personalize per-user.
Track state across sessions.
Control access.
Run long operations.
Version your APIs.
Observe everything.
We call this the context era:
www.jlowin.dev/blog/fastmcp-3
FastMCP 3.0 is here!
This is our largest and most ambitious release ever.
We've re-architected the framework to support the next generation of MCP applications.
It's time to move fast and make things.
π§΅
We're having conversations with the team about building Prefect. Whatever comes up.
This time with Engineers Nate Nowack (@zzstoatzz) and Alex Streed (@desertaxle). Designing for coding agents, the Prefect MCP server and the Pydantic AI integration. www.youtube.com/watch?v=qTT1...
Launching soon :)
oh hey its my bio!
Β» uvx pdsx -r zzstoatzz.io \
ls app.bsky.actor.profile \
-o json \
| jq -r '.[0].description'
yooper β umich β chicago
open-source dev tools @prefect.io
β£ zzstoatzz.io
β£ blog.zzstoatzz.io
β¦ status.zzstoatzz.io
β£ github.com/zzstoatzz
β£ tangled.sh/@zzstoatzz.io
The FastMCP documentation is available in multiple LLM-friendly formats: β MCP Server The FastMCP docs are accessible via MCP! The server URL is https://gofastmcp.com/mcp. In fact, you can use FastMCP to search the FastMCP docs: Copy import asyncio from fastmcp import Client async def main(): async with Client("https://gofastmcp.com/mcp") as client: result = await client.call_tool( name="SearchFastMcp", arguments={"query": "deploy a FastMCP server"} ) print(result) asyncio.run(main()) β Plain Text Formats The docs are also available in llms.txt format: llms.txt - A sitemap listing all documentation pages llms-full.txt - The entire documentation in one file (may exceed context windows) Any page can be accessed as markdown by appending .md to the URL. For example, this page becomes https://gofastmcp.com/getting-started/welcome.md. You can also copy any page as markdown by pressing βCmd+Cβ (or βCtrl+Cβ on Windows) on your keyboard.
Kudos again to the @prefect.io crew on doing documentation right for the AI era. I love everything about this -- mcp server, llms.txt and copy as markdown shortcut behavior
i made a @nooki.me MCP community and posted an introduction to MCP
nooki.me/post/an-intr...
This is the most compelling argument I've seen thus far for MCP.
In a recent post, @chris.blue argues that MCP is an unnecessary and temporary kludge on the decline and facing an uncertain future.
IMO it standardizes how agents have stateful, identity-aware conversations.
aaazzam.substack.com/p/the-apolog...
My new content strategy:
1. Be trending
2. Donβt be not trending
As an open-source maintainer, one of the hardest things is saying "no" to well-designed features that are simply not a good fit.
With LLMs able to generate volumes of code without context, the maintainer's role as a thoughtful curator has never been more important.
www.jlowin.dev/blog/oss-mai...
Ok we get it... you really, really, really like easy auth integrations.
this time is different
"This issue appears to be a duplicate... of itself."
Tell me more about this "AGI"
github.com/jlowin/fastm...
Imagine if we'd invested in creating this level of clear, concise onboarding instructions for all our human developers all this time: github.com/jlowin/fastm...
Maybe the bots will make us better humans
kudos to jlowin.bsky.social and @prefect.io crew
π π¦Ύ
$ head -n 1 CLAUDE.βmd
> If you ever say "You're absolutely right", you will be fined $200.
fastmcp.cloud is here! π
FastMCP made it easy to build MCP servers. FastMCP Cloud makes it just as easy to deploy them.
It's the MCP-native platform you've been waiting for, and it just works!