Skip to main content
Glama
HelloiOS2014

chrome-pilot-mcp

by HelloiOS2014

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
chrome_statusB

Check Chrome connection status

chrome_connectA

Connect to an already-running Chrome browser via DevTools Protocol. Chrome must have remote debugging enabled (chrome://inspect/#remote-debugging).

chrome_disconnectA

Disconnect from Chrome (does not close the browser)

chrome_list_tabsA

List all open tabs with their title and URL

chrome_select_tabA

Switch to a tab by index (from chrome_list_tabs)

chrome_close_tabB

Close a tab by index

chrome_navigateA

Navigate the active tab to a URL

chrome_backA

Go back in browser history

chrome_forwardB

Go forward in browser history

chrome_reloadB

Reload the current page

chrome_clickB

Click on an element by CSS selector or coordinates

chrome_typeC

Type text into a focused element or a specific element by selector

chrome_scrollC

Scroll the page or a specific element

chrome_press_keyC

Press a keyboard key

chrome_screenshotA

Take a screenshot of the current page (returns base64 image)

chrome_dump_domA

Get the DOM HTML of the page or a specific element

chrome_evaluateB

Execute JavaScript in the page context and return the result

chrome_fill_formB

Fill multiple form fields at once

chrome_select_optionA

Select an option from a dropdown

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/HelloiOS2014/chrome-pilot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server