Welcome to FastMCP
Anon84
66 points
48 comments
March 24, 2026
Related Discussions
Found 5 related stories in 88.9ms across 8,303 title embeddings via pgvector HNSW
- An MCP Server for Fastmail – National Email Day nmjenkins · 16 pts · April 23, 2026 · 65% similar
- MCP Hello Page Dachande663 · 74 pts · May 16, 2026 · 60% similar
- 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
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.