Welcome to FastMCP
Anon84
66 points
48 comments
March 24, 2026
Related Discussions
Found 5 related stories in 49.2ms across 3,471 title embeddings via pgvector HNSW
- MCP is dead; long live MCP CharlieDigital · 105 pts · March 14, 2026 · 50% similar
- Fast-Servers tosh · 104 pts · March 05, 2026 · 49% similar
- Show HN: Ismcpdead.com – Live dashboard tracking MCP adoption and sentiment sagirodin · 27 pts · April 03, 2026 · 48% similar
- WebMCP is available for early preview andsoitis · 233 pts · March 01, 2026 · 47% similar
- When does MCP make sense vs CLI? ejholmes · 339 pts · March 01, 2026 · 43% similar
Discussion Highlights (6 comments)
whattheheckheck
Whatever you do do not simply put 1 to 1 rest apis to mcp tools. Really think about common workflows users want and make good abstractions for good chunks of work.
_verandaguy
> FastMCP is the standard framework for building MCP applications Standardized by whom? In an era where technology exists that can lend the appearance of legitimacy to just about anyone, that kind of statement needs to be qualified.
zlurker
I still dont fully understand the point of MCP servers. What do they provide that a skill doesnt? Maybe I've just used too many poorly written ones. Is there some sort of tool that can be expressed as an MCP and but not as an API or CLI command? Obviously we shouldnt map existing apis to MCP tools, but why would I used an MCP over just writing a new "agentic ready" api route?
notoreous
Well it sure took "FastMCP" long enough. And the announcement lands at a time when its looking increasingly like CLI is the preferred method vs MCP. I'm sure in a few months time, even that will be out of date
Alifatisk
Have FastMCP become the standard sdk? The docs is great, honestly way better than the official website modelcontextprotocol which most if its pages is ”under construction”.
arthurjean
MCP earns its keep in specific cases: when the agent has no shell access, when you need to keep credentials out of the prompt context, or when you want runtime tool discovery across teams. But I've built a few MCP servers and half of them would've been simpler as a CLI script the agent calls directly.