Developer Tools
Trust: 37/100 (Limited)io.github.vercel/next-devtools-mcp Guide
Next.js development tools MCP server with stdio transport
665 starsby vercel
Quick Start
Install
npx next-devtools-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-vercel-next-devtools-mcp": {
"command": "npx",
"args": [
"next-devtools-mcp"
]
}
}
}