MCPHub

0 serversUpdated Aug 28, 2026

ServersTrendingCategories
MCPHub

Catalog

  • Servers
  • Trending
  • Categories

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

Servers/Code Execution/vercel/next-devtools-mcp
Code ExecutionOfficialTypeScript
V

vercel/next-devtools-mcp

Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

0 starsUpdated Aug 28, 2026
View on GitHub

Ads

Overview

Official Next.js MCP server for coding agents. Provides runtime diagnostics, route inspection, dev server logs, docs search, and upgrade guides. Requires Next.js 16+ dev server for full runtime features.

Installation

npx add-mcp next-devtools-mcp@latest

Configuration

{
  "mcpServers": {
    "next-devtools": {
      "command": "npx",
      "args": ["-y", "next-devtools-mcp@latest"]
    }
  }

Capabilities

  • Discover running Next.js dev servers

    Use `nextjs_index` to find active Next.js 16+ servers and see which runtime tools each exposes.

  • Query live runtime errors and logs

    Call `nextjs_call` with `get_errors` or `get_logs` on a discovered port to retrieve current build, runtime, and type errors or dev server logs.

  • Inspect routes and page metadata

    Use `nextjs_call` with `get_page_metadata` to list all routes, pages, and component metadata from the running app.

  • Resolve Server Action IDs to source files

    Call `nextjs_call` with `get_server_action_by_id` to map a Server Action ID back to its implementation file.

  • Get version-accurate Next.js docs

    Use `nextjs_docs` to locate the bundled docs in `node_modules/next/dist/docs/` that match your installed Next.js version.

  • Set up browser automation

    Use `browser_eval` to detect or install the `agent-browser` CLI so the agent can drive a browser directly.

Tags

  • anthropic
  • llm
  • ai-model
  • development
  • awesome-list

Related MCP servers

C

Context7 MCP

Official

Official Context7 MCP server that brings up-to-date, version-specific library documentation and code examples into AI coding prompts.

61.3kCode ExecutionUpdated Today
C

Chrome DevTools MCP

Official

Official Chrome DevTools MCP server for controlling and inspecting a live Chrome browser from coding agents such as Gemini, Claude, Cursor, and Copilot.

49.9kCode ExecutionUpdated Today
M

Mastra/mcp

Official

Client implementation for Mastra, providing seamless integration with MCP-compatible AI models and tools.

27.5kCode ExecutionUpdated Today

GitHub MCP Server

Official

Connect your AI assistant to GitHub repositories, issues, pull requests, and search.

12.4kCode ExecutionUpdated 2 days ago