Skip to content

MCP Server

graph8 Desktop includes a built-in MCP (Model Context Protocol) server that exposes 11 browser tools.

Running the MCP server

Terminal window
npm run mcp

Compatible clients

  • Claude Desktop
  • Cursor IDE
  • Any MCP client that supports stdio transport

Available tools

ToolWhat it does
browser_navigateGo to URL
browser_clickClick element
browser_typeType text
browser_scrollScroll page
browser_snapshotGet accessibility snapshot with reference numbers
browser_hoverHover over element
browser_go_backNavigate back
browser_go_forwardNavigate forward
browser_waitWait for element
browser_select_optionSelect dropdown option
browser_extractExtract text from page

Shared browser session

The MCP server shares the same browser session as the main app. Actions performed via MCP affect the same browser instance.