← Chrome MCP Server

Chrome MCP Server 1.0.0

npm · chrome-mcp · current release

15
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-17T08:44:55.259Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2025-06-18.

Server capabilities
{
  "tools": {}
}

Tools 15

ToolCategoryAnnotationsRisk
chrome_clickClick on an element using a CSS selector
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string",
      "description": "CSS selector for the element to click"
    }
  },
  "required": [
    "selector"
  ]
}
— · —
chrome_close_tabClose the current tab
Input schema
{
  "type": "object",
  "properties": {}
}
— · —
chrome_execute_scriptExecute JavaScript in the current page and return the result
Input schema
{
  "type": "object",
  "properties": {
    "script": {
      "type": "string",
      "description": "JavaScript code to execute"
    }
  },
  "required": [
    "script"
  ]
}
— · —
chrome_get_contentGet the HTML content of the current page
Input schema
{
  "type": "object",
  "properties": {}
}
— · —
chrome_get_current_urlGet the current URL of the active tab
Input schema
{
  "type": "object",
  "properties": {}
}
— · —
chrome_get_titleGet the title of the current page
Input schema
{
  "type": "object",
  "properties": {}
}
— · —
chrome_get_visible_textGet the visible text content of the current page
Input schema
{
  "type": "object",
  "properties": {}
}
— · —
chrome_go_backGo back in browser history
Input schema
{
  "type": "object",
  "properties": {}
}
— · —
chrome_go_forwardGo forward in browser history
Input schema
{
  "type": "object",
  "properties": {}
}
— · —
chrome_list_tabsList all open tabs with their titles and URLs
Input schema
{
  "type": "object",
  "properties": {}
}
— · —
chrome_navigateNavigate to a specific URL in Chrome
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "The URL to navigate to"
    }
  },
  "required": [
    "url"
  ]
}
— · —
chrome_open_new_tabOpen a new tab in Chrome, optionally with a URL
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "description": "Optional URL to open in the new tab"
    }
  }
}
— · —
chrome_reloadReload the current page
Input schema
{
  "type": "object",
  "properties": {}
}
— · —
chrome_screenshotTake a screenshot of the current page (returns base64 encoded PNG)
Input schema
{
  "type": "object",
  "properties": {}
}
— · —
chrome_typeType text into an input field using a CSS selector
Input schema
{
  "type": "object",
  "properties": {
    "selector": {
      "type": "string",
      "description": "CSS selector for the input element"
    },
    "text": {
      "type": "string",
      "description": "Text to type into the input field"
    }
  },
  "required": [
    "selector",
    "text"
  ]
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.