nowfound

Dev tools · August 6, 2026

mcp-use v2 rebuilt from scratch for stateless 2026-07-28 MCP spec

Hi HN, Luigi here. We maintain mcp-use an open-source TypeScript framework for building MCP servers and MCP Apps: https://github.com/mcp-use/mcp-use MCP is now (finally) stateless so we rewrote mcp-use v2 from scratch for the 2026-07-28 MCP spec revision: https://blog.modelcontextprotocol.io/posts/2026-07-28/ Thanks to the rebuild: - Throughput: +27% → from 8,615 to 10,982 median ops/sec - Cold launch: 2.2x faster → from 151.6 ms to 68.1 ms - Clean install: 82% smaller → from 404.6 MiB to 74.4 MiB Benchmark with methodology here:…

In plain words

mcp-use v2 is an open-source TypeScript framework for building MCP servers and applications, rebuilt for the stateless 2026-07-28 MCP specification. The framework is designed for developers working with the Model Context Protocol. The v2 rebuild delivers significant performance improvements, including 27% higher throughput, 2.2x faster cold launch times, and an 82% smaller installation footprint compared to the previous version.

written from the facts on this page · September 2026

From the sources

In the maker’s words, at launch

Hi HN, Luigi here. We maintain mcp-use an open-source TypeScript framework for building MCP servers and MCP Apps: https:&#x2F;&#x2F;github.com&#x2F;mcp-use&#x2F;mcp-use MCP is now (finally) stateless so we rewrote mcp-use v2 from scratch for the 2026-07-28 MCP spec revision: https:&#x2F;&#x2F;blog.modelcontextprotocol.io&#x2F;posts&#x2F;2026-07-28&#x2F; Thanks to the rebuild: - Throughput: +27% → from 8,615 to 10,982 median ops&#x2F;sec - Cold launch: 2.2x faster → from 151.6 ms to 68.1 ms - Clean install: 82% smaller → from 404.6 MiB to 74.4 MiB Benchmark with methodology here: https:&#x2F;&#x2F;github.com&#x2F;mcp-use&#x2F;mcp-use&#x2F;blob&#x2F;main&#x2F;benchmark.md What changed in the spec: 1. No more sessions. The initialize&#x2F;initialized exchange and the Mcp-Session-Id header are gone (SEP-2575, SEP-2567). Every request carries its own protocol version, client identity, and capabilities in _meta. Server discovery is an optional server&#x2F;discover RPC instead of a mandatory round trip. 2. Multi round-trip requests replace server-initiated calls (SEP-2322). Now the server returns resultType: "input_required" with a requestState, and the client retries the original call with inputResponses. Mid-call user confirmations no longer need a live connection. 3. Header-based routing (SEP-2243). Mcp-Method and Mcp-Name are now required HTTP headers, so gateways, rate limiters, and WAFs can route and meter without parsing the JSON body. 4. Cacheable list results (SEP-2549). 5. Auth hardening: DCR still works but is deprecated in favor of CIMD and will be removed in a future spec revision. 6. Roots, sampling, and logging are deprecated with a 12mo window. 7. Legacy HTTP+SSE gets a one year offramp. Regarding mcp-use, we are focused on MCP apps for Claude connectors and ChatGPT plugins. MCP apps use an MCP extension called ext-apps, which allows tools to return UIs that render in chats. What we support: - Views have HMR, so they hot reload while you develop. - Standard Schema validators for tool and prompt I&#x2F;O, so Zod, ArkType, Valibot all work. Or any validator library backed by standard schemas. - Drop-in OAuth integrations for Auth0, Clerk, WorkOS, Better Auth, Supabase, and Keycloak. - Server composition (proxy and mount other MCP servers). - OpenAPI import and expose your APIs as an MCP server. The HTTP layer is Hono so it mounts inside an existing app, so you can have edge deployments. If your product is in Next.js, we’ve seen a lot of developers who want to get rid of the (basically unmaintained) mcp-handler. So we have a drop-in integration for Next.js: wrap `next.config.ts` in `withMcpUse` for view compilation then `export const { GET, POST, DELETE, OPTIONS } = createNextHandler(server)` from a catch-all route. For DX: - MCP inspector built-in: `mcp-use dev` runs it at `&#x2F;mcp&#x2F;inspector` with hot-reload. We also have a hosted version: https:&#x2F;&#x2F;inspector.manufact.com&#x2F;inspector - mcp-use CLI has a cool headless feature to debug MCP servers and the UI parts from coding agents including visual feedbacks: `mcp-use client <name> screenshot --tool <tool>` renders the View headlessly through Chrome. An agent can call a tool, read the failure, then screenshot the UI it just generated and look at what it built. Unfortunately we could not avoid some breaking changes. The good news is 90% of MCP servers built with v2 are compatible with both versions of the MCP spec. Clients negotiate the version automatically, probing with server&#x2F;discover and falling back to old initialization for legacy servers. Interested in what people running MCP servers think about the stateless move, especially anyone who built their own session layer and now gets to delete it. Blog post with the details: https:&#x2F;&#x2F;manufact.com&#x2F;blog&#x2F;mcp-use-v2 If you want to play with mcp-use v2, it just went out of beta: https:&#x2F;&#x2F;github.com&#x2F;mcp-use&#x2F;mcp-use We’d love to hear what you think of it and how we…

Does the same job

all alternatives →
  • SkybridgeJun 2026 · skybridge.tech · ▲581

    The full-stack open source React framework for MCP Apps

  • MCP Builder2025 · ▲115

    Instantly create & deploy MCP servers from any API spec

  • Code ModeNov 2025 · ▲144

    Slash MCP token usage by 68%

  • FastMCP 3.0Jan 2026 · ▲205

    The fast, Pythonic way to build MCP servers and clients

  • MCP-stama – An ultra-fast Rust MCP server with no dependencies24d ago · github.com · ▲73

    An ultra-fast, single-binary MCP server written in Rust as a lightweight alternative to Node.js/Python. - StamManif/mcp-stama

  • TypeScript 6.0Mar 2026 · ▲156

    The last TypeScript release built on JavaScript

More dev tools this month

the category →
  • Dograh592

    The open source VAPI alternative

    Dev tools · 25d ago · dograh.com

  • Meridian530

    Don't let your work go unnoticed. Get promoted!

    Dev tools · 20d ago · meridiona.com

  • x1516

    Lovable for iPhone apps go from idea to App Store

    Dev tools · 11d ago · x1.new

  • Open-source GTM skills for technical founders

    Dev tools · 29d ago · gtmcofounder.com

  • OpenTrailPaper is open-source bike computer firmware for the LilyGO T5S3 4.7" E-Paper PRO. It supports offline maps, GPX routes, FIT recording and Bluetooth sensors.

    Dev tools · 2d ago · opentrailpaper.com

  • Nuphos380

    The AI-Native DevOps Workspace.

    Dev tools · 24d ago · nuphos.ai

Launched alongside, August 2026

the whole month →
  • TL

    Life & fun · 10d ago · louisabraham.github.io

  • Hey Noah641

    A proactive AI executive assistant for founders

    AI · Aug 2026 · heynoah.io

  • Let agents source clips from terabytes of your local video

    Work · 18d ago · clipto.com

  • SA

    Hello HN! I found that picking out plausible but diverse skin tones for my digital art and game development projects was kind of difficult, and I got curious about if there was a way to define a color space that made it easy. I've built a color picker and procedural generation algorithm based on the space as well as a bunch of other fun js features and demos throughout the page that use the equations. If you find it interesting, I have lots of explanations of how I built it and what properties the space has. The methodology might be a bit shaky, but hopefully the result is as helpful for…

    Life & fun · Aug 2026 · toneyalexander.github.io

  • AdAnt AI608

    Claude for viral, high-converting social ads

    AI · Aug 2026 · adant.ai

  • I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes&#x2F;sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.

    AI · 17d ago · simedw.com