#572 · Primary category: AI Coding Assistants
mcp-pointer
MCP tool: let you point at DOM elements for your favorite agentic coding tool. Let AI see what you see.
Project last updated:11/12/25
GitHub Stars
596
Forks
58
Contributors
4
License
MIT
Why we included this project
Agentic coding tools are good at reading code but blind to the page you're looking at. MCP Pointer closes that gap with a small MCP server and a Chrome extension: hold Option and click any element, and the extension captures its text, classes, attributes, position, and styling, then sends that structured context to your assistant over a WebSocket. The AI ends up with the same DOM you see, so it can target selectors, debug layout, or edit markup without you pasting HTML. Per-call controls let you request visible-only text, suppress text entirely, or dial CSS detail from none to full computed styles, which keeps prompts lean. There's also experimental React component detection that surfaces component names and source files, and for frontend work with Claude Code, Cursor, or Windsurf, this is a practical bridge between what you see and what the agent understands.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.