Skip to content
VS Code

next devtools mcp for VS Code

io.github.vercel/next-devtools-mcp

Next.js development tools MCP server with stdio transport

client:VS Code transport:stdio runtime:npm

Install next devtools mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "next-devtools-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "next-devtools-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

next devtools mcp in other clients