Next Devtools
Freeby MCP Community
Next.js development tools MCP server with stdio transport
v0.3.10Added Apr 12, 2026
Next Devtools MCP Server
Next.js development tools MCP server with stdio transport
Installation
Reviews
Installation
Quick install
npx -y next-devtools-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"next-devtools": {
"command": "npx",
"args": ["-y", "next-devtools-mcp"]
}
}
}