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
By etsd-tech
Installation
npx -y mcp-pointerConfiguration
{
"mcpServers": {
"mcp-pointer": {
"command": "npx",
"args": ["-y", "mcp-pointer"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes