Skip to content

Commit 77c8193

Browse files
committed
Update documentation (chrome extension published)
1 parent 867adc1 commit 77c8193

File tree

1 file changed

+33
-16
lines changed

1 file changed

+33
-16
lines changed

README.md

Lines changed: 33 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,18 @@ See MCP Pointer in action: `Option+Click` any element in your browser, then ask
3333

3434
## 🚀 Getting Started
3535

36-
> **Note:** Chrome extension is not yet published on Chrome Web Store. You'll need to build and install it manually for now.
36+
### 1. Install Chrome Extension
3737

38-
### 1. Configure the MCP Server
38+
**🎉 Now available on Chrome Web Store!**
3939

40-
Use npx to automatically configure the MCP server with your AI tool:
40+
[![Install from Chrome Web Store](https://img.shields.io/badge/Chrome_Web_Store-Install-blue?style=for-the-badge&logo=google-chrome)](https://chromewebstore.google.com/detail/mcp-pointer/jfhgaembhafbffidedhpkmnaajdfeiok)
4141

42-
```bash
43-
# Configure MCP Pointer for your AI tool
44-
npx -y @mcp-pointer/server config claude # Automatically configures Claude Code
45-
npx -y @mcp-pointer/server config cursor # Opens Cursor deeplink for automatic installation
46-
npx -y @mcp-pointer/server config windsurf # Automatically updates Windsurf config file
47-
npx -y @mcp-pointer/server config manual # Shows manual configuration for other tools
48-
```
49-
50-
> **Optional:** You can install globally with `npm install -g @mcp-pointer/server` to use `mcp-pointer` instead of `npx -y @mcp-pointer/server`
42+
Simply click the link above to install from the Chrome Web Store.
5143

52-
After configuration, **restart your coding tool** to load the MCP connection.
53-
54-
### 2. Install Chrome Extension
44+
<details>
45+
<summary>Alternative: Manual Installation</summary>
5546

56-
**Option A: Download from Releases (Recommended)**
47+
**Option A: Download from Releases**
5748

5849
1. Go to [GitHub Releases](https://github.com/etsd-tech/mcp-pointer/releases)
5950
2. Download `mcp-pointer-chrome-extension.zip` from the latest release
@@ -71,6 +62,32 @@ After configuration, **restart your coding tool** to load the MCP connection.
7162
4. Click "Load unpacked" and select the `packages/chrome-extension/dist/` folder
7263
5. **Reload web pages** to activate the extension
7364

65+
</details>
66+
67+
### 2. Configure MCP Server
68+
69+
One command setup for your AI tool:
70+
71+
```bash
72+
npx -y @mcp-pointer/server config claude # or cursor, windsurf, and others - see below
73+
```
74+
75+
<details>
76+
<summary>Other AI Tools & Options</summary>
77+
78+
```bash
79+
# For other AI tools
80+
npx -y @mcp-pointer/server config cursor # Opens Cursor deeplink for automatic installation
81+
npx -y @mcp-pointer/server config windsurf # Automatically updates Windsurf config file
82+
npx -y @mcp-pointer/server config manual # Shows manual configuration for other tools
83+
```
84+
85+
> **Optional:** You can install globally with `npm install -g @mcp-pointer/server` to use `mcp-pointer` instead of `npx -y @mcp-pointer/server`
86+
87+
</details>
88+
89+
After configuration, **restart your coding tool** to load the MCP connection.
90+
7491
### 3. Start Using
7592

7693
1. **Navigate to any webpage**

0 commit comments

Comments
 (0)