MCP tool: let you point at DOM elements for your favorite agentic coding tool. Let AI see what you see.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-pointer": {
"command": "npx",
"args": [
"-y",
"etsd-tech/mcp-pointer"
]
}
}
}
Run in terminal:
claude mcp add mcp-pointer npx -y etsd-tech/mcp-pointer
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-pointer": {
"command": "npx",
"args": [
"-y",
"etsd-tech/mcp-pointer"
]
}
}
}