Back to MCP Servers
🔌

etsd-tech/mcp-pointer

MIT

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

TypeScriptAI & LLMs

Install

npx -y -y @mcp-pointer/server

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "etsd-tech-mcp-pointer": {
      "command": "npx",
      "args": [
        "-y",
        "-y",
        "@mcp-pointer/server"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.