zed-mcp-server-nextjs
A Zed extension that integrates the Next.js DevTools MCP server for AI-powered development assistance.
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
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 reviewLoading reviews...
Credentials
Store API keys for zed-mcp-server-nextjs securely
Loading...