Agentβ™₯︎Age
Catalog

io.github.vercel/next-devtools-mcp

Official

by vercel Β· TypeScript

Next.js development tools MCP server with stdio transport

The io.github.vercel/next-devtools-mcp is a Model Context Protocol (MCP) server for Next.js development tools. It uses the stdio transport to connect coding agents (such as Claude and Cursor) to a running Next.js dev server for access to live runtime information.

πŸ› οΈ Key Features

  • Next.js development tools MCP server
  • stdio transport
  • Thin connector that discovers running Next.js 16+ dev servers
  • Proxies the built-in MCP endpoint at /_next/mcp
  • Provides live runtime errors, routes, and logs
  • Includes two β€œgateways” for agent access to tools it runs directly

πŸš€ Use Cases

  • Enable agents to debug while a Next.js 16+ dev server is running
  • Access live errors, routes, and logs via MCP

⚑ Developer Benefits

  • Runtime-aware context from the Next.js dev server via /_next/mcp
  • Lets coding agents connect through MCP without manual wiring to built-in endpoints

⚠️ Limitations

  • Relies on Next.js 16+ development servers (discovery is version-dependent)

Topics

mcp-servernext-devtoolsnextjscoding-agentsmcp