Chrome DevTools MCP Slim Tool Reference

May 6, 2026 ยท View on GitHub

  • Navigation automation (1 tools)
    • navigate
  • Debugging (2 tools)
    • evaluate
    • screenshot

Navigation automation

navigate

Description: Loads a URL

Parameters:

  • url (string) (required): URL to navigate to

Debugging

evaluate

Description: Evaluates a JavaScript script

Parameters:

  • script (string) (required): JS script to run on the page

screenshot

Description: Takes a screenshot

Parameters: None


Contents

  1. 1Navigation automation
  2. 1.1navigate
  3. 2Debugging
  4. 2.1evaluate
  5. 2.2screenshot