A Zed extension that integrates the Next.js DevTools MCP server for AI-powered development assistance.
- Access Next.js 16+ documentation and best practices
- Automated Next.js upgrade tools
- Cache Components setup and configuration
- Browser testing integration with Playwright
- Real-time Next.js runtime diagnostics (requires Next.js 16+)
- Open Zed
- Press
Cmd+Shift+P(Mac) orCtrl+Shift+P(Linux/Windows) - Type "extensions" and select "Extensions: Install Extensions"
- Search for "Next.js DevTools MCP"
- Click Install
- Clone this repository
- Open Zed
- Press
Cmd+Shift+Pand select "Extensions: Install Dev Extension" - Select the
zed-extensiondirectory
- Node.js v20.19 or newer
- npm or pnpm
- Next.js project (optional, but recommended for full features)
Once installed, the MCP server will be available in Zed's Agent Panel.
Help me upgrade my Next.js app to version 16
What's the structure of my Next.js routes?
Enable Cache Components in my project
This extension provides access to:
- Documentation Search: Query Next.js docs and knowledge base
- Upgrade Tools: Automated Next.js 16 upgrade with codemods
- Cache Components Setup: Complete setup with error detection
- Browser Testing: Playwright integration for automated testing
- Runtime Diagnostics: Real-time Next.js dev server insights (Next.js 16+)
# Install dependencies
cargo build --release --target wasm32-wasip1
# Test in Zed
# Install as dev extension and check logs with Cmd+Shift+P -> "Zed: Open Log"MIT
Contributions are welcome! Please open an issue or submit a pull request.