From next-devtools
Local MCP server for Next.js devtools, providing tools for project inspection, debugging, build analysis, and development workflows in Claude Code.
npx claudepluginhub fradser/dotclaude --plugin next-devtoolsAdd to your .mcp.json:
{
"mcpServers": {
"next-devtools": {
"command": "npx",
"args": [
"-y",
"next-devtools-mcp@latest"
]
}
}
}npxShare bugs, ideas, or general feedback.