developer-tools-mcp

developer-tools-mcp

3.3

A comprehensive Model Context Protocol (MCP) server providing extensive development and browser automation capabilities through Puppeteer.

The Developer Tools MCP server is designed to facilitate seamless interaction with browsers and system tools directly from the Cursor IDE and other MCP clients. It eliminates the need for additional browser installations or add-ons, offering a robust set of features for browser automation, media handling, cookie management, view mode emulation, debugging, analysis, testing, element manipulation, API handling, and SSH connections. This server is particularly useful for developers looking to automate web tasks, perform in-depth analysis, and manage browser interactions programmatically.

Features

  • {'name': 'Browser Automation', 'description': 'Manage pages, navigate, refresh, switch frames, and wait for elements.'}
  • {'name': 'Media & Documents', 'description': 'Capture screenshots and generate PDFs with customizable options.'}
  • {'name': 'Cookie Management', 'description': 'Set, get, and manage cookies by domain with manipulation and monitoring capabilities.'}
  • {'name': 'View Modes', 'description': 'Emulate mobile, tablet, and desktop views for testing and development.'}
  • {'name': 'Debugging Tools', 'description': 'Monitor console logs, track page errors, analyze resources, and execute custom JavaScript.'}

Usage with Different Platforms

Node.js


{
  "mcpServers": {
    "developer-tools-mcp": {
      "command": "npx -y developer-tools-mcp"
    }
  }
}