Productivity|DevelopmentRust

zed-mcp-server-nextjs

A Zed extension that integrates the Next.js DevTools MCP server for AI-powered development assistance.

Free
N/A rating (0 reviews)0 installs16 GitHub stars
Next.jsMCPZed
Local ProcessRuns locally on your machine via stdio. Lower risk than remote servers.

This extension provides access to Next.js 16+ documentation, automated upgrade tools, cache components setup, browser testing integration with Playwright, and real-time runtime diagnostics. It enhances the development experience by offering AI-powered assistance for Next.js projects.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "zed-mcp-server-nextjs": {
      "args": [
        "-y",
        "next-devtools-mcp"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.

Reviews

Sign in to review

Loading reviews...

Credentials

Store API keys for zed-mcp-server-nextjs securely

Loading...