Back to AI Assistance

MCP-Pointer

Point to browser DOM elements for agentic coding tools via MCP! MCP Pointer is a local tool combining an MCP Server with a Chrome Extension: šŸ–„ļø MCP Server (Node.js package) - Bridges between the browser and AI tools via the Model Context Protocol 🌐 Chrome Extension - Captures DOM element selections in the browser using Option+Click

Last updated: 1/27/2026

Installation

Add this MCP to your configuration:

{
  "mcpServers": {
    "mcp-pointer": {
      // See GitHub repository for configuration
    }
  }
}