Back to MCP Servers

Pointer

Visual DOM element selector for agentic coding tools. Chrome extension + MCP server bridge for Claude Code, Cursor, Windsurf etc. Option+Click to capture elements.

developer-toolsagent

Installation

npx -y mcp-pointer

Configuration

{
  "mcpServers": {
    "mcp-pointer": {
      "command": "npx",
      "args": ["-y", "mcp-pointer"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub