next-devtools-mcp
Next.js development tools MCP server with stdio transport
This MCP server enhances the development experience for coding agents by offering tools specifically designed for Next.js applications. It allows developers to easily integrate and manage their development environment with the latest features and updates from the Next.js ecosystem. By using this server, coding agents can streamline their workflow and improve productivity when building applications. With support for various coding agents, including Claude and Cursor, next-devtools-mcp ensures that developers can quickly set up and configure their environments. The server is designed to be easily installed and updated, allowing for seamless integration into existing projects. This makes it an essential tool for developers looking to leverage the power of Next.js in their applications.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"next-devtools-mcp": {
"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.
Permissions