Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ’ป Developer Tools
  3. MCP Pointer
MCP Pointer logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:02:39 PM

MCP Pointer

User RatingsBe the first to rate and review this MCP server!
View Repository596 GitHub StarsTotal stargazers on GitHub for the source repository (596 stars).Visit Website
developer-toolschrome-extensiondommcpagentic-coding

Local MCP server and Chrome extension for selecting and exposing detailed DOM element data to AI coding tools.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "etsd-tech-mcp-pointer": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-pointer/server"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ’ป More in Developer Tools

Overview

This project provides a local MCP server paired with a Chrome extension that lets users visually select DOM elements in the browser using Option+Click. The server bridges the browser and AI tools via the Model Context Protocol, exposing rich textual and styling context about selected elements. It supports dynamic control over text and CSS detail levels and integrates with MCP-enabled AI coding assistants like Claude Code, Cursor, and Windsurf. Use it when you want your AI agent to analyze or interact with specific web page elements visually selected by a user.

Use cases

โ€ขSelect DOM elements visually in the browser for AI analysis
โ€ขProvide AI tools with detailed textual and CSS context of webpage elements
โ€ขEnable agentic coding tools to inspect React components and their source
โ€ขControl the amount of text and style detail sent to AI per request
โ€ขBridge browser element data to AI assistants via MCP

Key features

โ€ขOption+Click to select DOM elements in Chrome
โ€ขExtracts text content, CSS classes, HTML attributes, position, and styling
โ€ขDynamic control of text detail and CSS styling levels per MCP call
โ€ขExperimental React Fiber component name and source file detection
โ€ขReal-time WebSocket communication between browser and MCP server
โ€ขCompatible with Claude Code, Cursor, Windsurf, and other MCP clients

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Pointer.

Extracted Tool Capabilities
Option+Click to select DOM elements in Chrome
Extracts text content, CSS classes, HTML attributes, position, and styling
Dynamic control of text detail and CSS styling levels per MCP call
Experimental React Fiber component name and source file detection
Real-time WebSocket communication between browser and MCP server
Compatible with Claude Code, Cursor, Windsurf, and other MCP clients

Documentation Overview

MCP Pointer banner

CI Release npm version Chrome Extension License: MIT

๐Ÿ‘† MCP Pointer

Point to browser DOM elements for agentic coding tools via MCP!

MCP Pointer is a local tool combining an MCP Server with a Chrome Extension:

  1. ๐Ÿ–ฅ๏ธ MCP Server (Node.js package) - Bridges between the browser and AI tools via the Model Context Protocol
  2. ๐ŸŒ Chrome Extension - Captures DOM element selections in the browser using Option+Click

The extension lets you visually select DOM elements in the browser, and the MCP server makes this textual context available to agentic coding tools like Claude Code, Cursor, and Windsurf through standardized MCP tools.

โœจ Features

  • ๐ŸŽฏ Option+Click Selection - Simply hold Option (Alt on Windows) and click any element
  • ๐Ÿ“‹ Complete Element Data - Text content, CSS classes, HTML attributes, positioning, and styling
  • ๐Ÿ’ก Dynamic Context Control - Request visible-only text, suppress text entirely, or dial CSS detail from none โ†’ full computed styles per MCP call
  • โš›๏ธ React Component Detection - Component names and source files via Fiber (experimental)
  • ๐Ÿ”— WebSocket Connection - Real-time communication between browser and AI tools
  • ๐Ÿค– MCP Compatible - Works with Claude Code and other MCP-enabled AI tools

๐ŸŽฌ Usage example (video)

https://github.com/user-attachments/assets/98c4adf6-1f05-4c9b-be41-0416ab784e2c

See MCP Pointer in action: Option+Click any element in your browser, then ask your agentic coding tool about it (in this example, Claude Code). The AI gets complete textual context about the selected DOM element including CSS properties, url, selector, and more.

๐Ÿš€ Getting Started

1. Install Chrome Extension

๐ŸŽ‰ Now available on Chrome Web Store!

Install from Chrome Web Store

Simply click the link above to install from the Chrome Web Store.

Alternative: Manual Installation

Option A: Download from Releases

  1. Go to GitHub Releases
  2. Download mcp-pointer-chrome-extension.zip from the latest release
  3. Extract the zip file to a folder on your computer
  4. Open Chrome โ†’ Settings โ†’ Extensions โ†’ Developer mode (toggle ON)
  5. Click "Load unpacked" and select the extracted folder
  6. The MCP Pointer extension should appear in your extensions list
  7. Reload web pages to activate the extension

Option B: Build from Source

  1. Clone this repository
  2. Follow the build instructions in CONTRIBUTING.md
  3. Open Chrome โ†’ Settings โ†’ Extensions โ†’ Developer mode (toggle ON)
  4. Click "Load unpacked" and select the packages/chrome-extension/dist/ folder
  5. Reload web pages to activate the extension

2. Configure MCP Server

One command setup for your AI tool:

Terminal
npx -y @mcp-pointer/server config claude  # or cursor, windsurf, and others - see below
Other AI Tools & Options
bash
# For other AI tools
npx -y @mcp-pointer/server config cursor     # Opens Cursor deeplink for automatic installation
npx -y @mcp-pointer/server config windsurf   # Automatically updates Windsurf config file
npx -y @mcp-pointer/server config manual     # Shows manual configuration for other tools

Optional: You can install globally with npm install -g @mcp-pointer/server to use mcp-pointer instead of npx -y @mcp-pointer/server

After configuration, restart your coding tool to load the MCP connection.

๐Ÿ”„ Already using MCP Pointer? Run the config command again to update to auto-updating configuration:

Terminal
npx -y @mcp-pointer/server config <your-tool>  # Reconfigures to always use latest version

3. Start Using

  1. Navigate to any webpage
  2. Option+Click any element to select it
  3. Ask your AI to analyze the targeted element!

Your AI tool will automatically start the MCP server when needed using the npx -y @mcp-pointer/server@latest start command.

Available MCP Tool:

  • get-pointed-element โ€“ Returns textual information about the currently pointed DOM element. Optional arguments:
    • textDetail: 0 | 1 | 2 (default 2) controls how much text to include (0 = none, 1 = visible text only, 2 = visible + hidden).
    • cssLevel: 0 | 1 | 2 | 3 (default 1) controls styling detail, from no CSS (0) up to full computed styles (3).

๐ŸŽฏ How It Works

  1. Element Selection: Content script captures Option+Click events
  2. Data Extraction: Analyzes element structure, CSS, and framework info
  3. WebSocket Transport: Sends data to MCP server on port 7007
  4. MCP Protocol: Makes data available to AI tools via MCP tools
  5. AI Analysis: Your assistant can now see and analyze the element!

๐ŸŽจ Element Data Extracted

  • Basic Info: Tag name, ID, classes, text content
  • CSS Properties: Display, position, colors, dimensions
  • Component Info: React component names and source files (experimental)
  • Attributes: All HTML attributes
  • Position: Exact coordinates and dimensions
  • Source Hints: File paths and component origins

๐Ÿ” Framework Support

  • โš›๏ธ React - Component names and source files via Fiber (experimental)
  • ๐Ÿ“ฆ Generic HTML/CSS/JS - Full support for any web content
  • ๐Ÿ”ฎ Planned - Vue component detection (PRs appreciated)

๐ŸŒ Browser Support

  • โœ… Chrome - Full support (tested)
  • ๐ŸŸก Chromium-based browsers - Should work (Edge, Brave, Arc - load built extension manually)

๐Ÿ› Troubleshooting

Extension Not Connecting

  1. Make sure MCP server is running: npx -y @mcp-pointer/server@latest start
  2. Check browser console for WebSocket errors
  3. Verify port 7007 is not blocked by firewall

MCP Tools Not Available

  1. Restart your AI assistant after installing
  2. Check MCP configuration: mcp-pointer config <your-tool>
  3. Verify server is running: npx -y @mcp-pointer/server@latest start

Elements Not Highlighting

  1. Some pages block content scripts (chrome://, etc.)
  2. Try refreshing the page
  3. Check if targeting is enabled (click extension icon)

๐Ÿš€ Roadmap

1. Dynamic Context Control

  • Full raw context transferred to server
  • LLM-configurable detail levels (visible text only, all text, CSS levels)
  • Progressive refinement options / token-conscious data fetching

2. Visual Content Support (for multimodal LLMs)

  • Base64 encoding for images (img tags)
  • Screenshot capture of selected elements
  • Separate MCP tool for direct visual content retrieval

3. Enhanced Framework Support

  • Vue.js component detection
  • Better React support (React 19 removed _debugSource, affecting source mapping in dev builds)

4. Multi Select

  • Having the ability to select multiple DOM elements
  • https://github.com/etsd-tech/mcp-pointer/pull/9

๐Ÿ“ License

MIT License - see LICENSE file for details

๐Ÿค Contributing

We welcome contributions! Please see our CONTRIBUTING.md guide for development setup and guidelines.


Inspired by tools like Click-to-Component for component development workflows.


Made with โค๏ธ for AI-powered web development

Now your AI can analyze any element you point at with Option+Click! ๐Ÿ‘†

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    ๐Ÿ’ป Developer Tools8 views
    Compare vs Claude Task Master โ†’
  • Magic MCP logoMagic MCP

    Create crafted UI components inspired by the best 21st.dev design engineers.

    ๐Ÿ’ป Developer Tools16 views
    Compare vs Magic MCP โ†’
  • SaC โ€” Software as Content logoSaC โ€” Software as Content

    Give your AI agent the ability to respond with live, interactive apps that evolve.

    ๐Ÿ’ป Developer Tools3 views
    Compare vs SaC โ€” Software as Content โ†’
  • Faf MCP logoFaf MCP

    Universal persistent project context for Cursor, Windsurf, Cline, VS Code, and all MCP-compatible platforms (including Claude Desktop). IANA-registered format (application/vnd.faf+yaml). 17 native tools, AI-readiness scoring.

    ๐Ÿ’ป Developer Tools3 views
    Compare vs Faf MCP โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
596
Stargazers on the source repository.
npm downloads
258
Package downloads in the last 30 days.
Last commit
10mo ago
Most recent push to the default branch.
Directory activity
1 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about MCP Pointer

Hold the Option key (Alt on Windows) and click the desired element to capture it.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewMCP Pointer AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/etsd-tech-mcp-pointer?style=directory)](https://allmcps.com/mcp/etsd-tech-mcp-pointer)
HTML Embed
<a href="https://allmcps.com/mcp/etsd-tech-mcp-pointer"><img src="https://allmcps.com/api/badge/etsd-tech-mcp-pointer?style=directory" alt="MCP Pointer on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ’ปDeveloper Tools
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop, Cursor, Windsurf
Last updatedAug 9, 2026
10/10 checks healthy over the last 32d
Views1
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars596
GitHub Star CountTotal stargazers on GitHub representing community popularity (596 stars).
Last commit10mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Nov 12, 2025
npm downloads258/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
55Quality signal: Good ยท 55/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools23/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 27d ago via OSV.dev ยท @mcp-pointer/server (npm)

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ’ป Developer Tools โ†’Best MCP servers for Developers โ†’Alternatives to MCP Pointer โ†’Install in Claude DesktopInstall in CursorInstall in VS Code