Back to Apps

Pinpoint
by hetpatel-11
Visual frontend review system for AI-assisted coding. Connects real UI annotations to AI coding agents via MCP.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Pinpoint bridges the gap between visual UI reviews and AI coding agents. It allows users to place pins on a live web page, capture exact DOM context (selectors, bounds, HTML snippets), and expose this structured review data to an AI agent through MCP tools, enabling precise frontend fixes based on visual feedback.
Tools
get_review_state: Retrieves the current state of all annotations.list_annotations: Lists all active pins/annotations on the page.get_annotation: Fetches detailed context for a specific annotation.get_batch_prompt: Generates a prompt containing a batch of annotations for the AI.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"pinpoint": {
"command": "npm",
"args": ["run", "mcp"],
"cwd": "/path/to/pinpoint"
}
}
}
Supported hosts
- Claude Desktop
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"pinpoint": {"command": "npm", "args": ["run", "mcp"], "cwd": "/path/to/pinpoint"}}}





