npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@sydneyassistent/codingbaby-browser-mcp

v1.1.6

Published

MCP tool for communicating with a Chrome extension via WebSocket

Readme

CodingBaby-Browser-MCP

What is CodingBaby-Browser-MCP?

CodingBaby-Browser-MCP is a powerful tool that allows AI agents like Claude 3.7 Sonnet in Cursor to control your Chrome browser for automated tasks. With this tool, your AI assistant can:

  • Fill out web forms automatically
  • Perform automated testing of websites
  • Navigate through complex web applications
  • Publish content to websites
  • Take screenshots of web pages
  • Extract data from websites
  • Execute any browser-based workflow

Setup Guide

This tool requires two components to work properly:

  1. The MCP Tool Server - Connects your AI assistant to your browser
  2. The Chrome Extension - Allows the MCP tool to control your browser

Step 1: Install the MCP Tool in Cursor

  1. Open Cursor and click on Settings
  2. Select MCP
  3. Click Add new global MCP server
  4. Add the following JSON configuration (be careful with commas if you have other MCP tools):
{
  "mcpServers": {
    "CodingBaby-Browser-MCP": {
      "command": "npx",
      "args": ["@sydneyassistent/codingbaby-browser-mcp"]
    }
    // Your other MCP tools may be here
  }
}

Step 2: Install the Chrome Extension

  1. Visit the Chrome Web Store at: CodingBaby Extension
  2. Click "Add to Chrome"
  3. Follow the prompts to complete installation

Step 3: Select Claude 3.7 Sonnet in Cursor

For the best experience, make sure to use Claude 3.7 Sonnet as your AI model, as it provides superior instruction-following capabilities and visual interaction support.

Step 4: Verify MCP Connection

  1. Go to Cursor → Settings → MCP
  2. Click the "Refresh" button to reload MCP tools
  3. If the MCP status indicator turns green, your connection is working properly

Troubleshooting

MCP Shows Red Status

If the MCP status indicator is red in Cursor:

  1. Click the "Refresh" button to restart the MCP connection
  2. Wait a few seconds for the connection to re-establish

Port 9876 Conflict

If you see an error about port 9876 being in use:

  1. Click "Refresh" in Cursor's MCP settings
  2. The tool will automatically attempt to resolve the conflict

Updating the MCP Tool

To get the latest version of the CodingBaby-Browser-MCP:

  1. Go to Cursor → Settings → MCP
  2. Click the "Refresh" button
  3. The tool will automatically pull and install the latest version

Testing Your Setup

Once everything is installed, ask Claude 3.7 in Cursor to perform a simple browser task, such as:

"Use the CodingBaby-Browser-MCP to open Google's homepage"

If successful, you'll see your Chrome browser automatically open Google's homepage.

Available Tools

The following browser control tools are available:

  • navigate: Go to any URL
  • click: Click at specific coordinates on the page
  • type: Enter text into forms
  • press_key: Simulate keyboard actions
  • scroll: Scroll in any direction
  • area_screenshot: Capture specific areas of the screen
  • wait: Pause for a specified duration
  • batch: Execute multiple operations in sequence
  • set_viewport: Change browser window size
  • tab_new: Open new browser tabs
  • tab_list: List all open tabs
  • tab_select: Switch between tabs
  • tab_close: Close one tab
  • close: Close all tabs