next-devtools-mcp
Verified Safeby vercel
Overview
Provides a Model Context Protocol (MCP) server that acts as a comprehensive development toolkit for Next.js projects, enabling AI agents to interact with live dev servers, access documentation, automate upgrades, set up Cache Components, and perform browser-based testing.
Installation
npx -y next-devtools-mcp@latestSecurity Notes
The `browser_eval` tool includes an `evaluate` action that allows arbitrary JavaScript code to be executed within a browser context controlled by Playwright. While this is an intended feature for web automation and testing, it presents a security risk if the AI agent invoking this tool is compromised or misinstructed, potentially leading to malicious script execution within the user's browser session. The server itself does not expose direct arbitrary code execution on the host machine via `eval` in its Node.js process. Telemetry data collection is anonymous and opt-out capable.
Similar Servers
awesome-mcp-devtools
A curated list of developer tools, SDKs, libraries, utilities, and resources for building and interacting with Model Context Protocol (MCP) servers.
language-server-mcp
Provides language support features like hover information, code completion, and diagnostics for code editing through the Model Context Protocol (MCP).
mcp-server-nodejs-api-docs
This MCP server provides up-to-date documentation and a search mechanism for Node.js built-in core API modules to assist language models in generating accurate Node.js-related responses.
doc-bot
An intelligent MCP server designed to enhance AI coding assistants by providing project-specific documentation and API references through smart search, contextual rules, and live updates.