Skip to content
Cursor

next devtools mcp for Cursor

io.github.vercel/next-devtools-mcp

Next.js development tools MCP server with stdio transport

client:Cursor transport:stdio runtime:npm

Install next devtools mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

next devtools mcp in other clients