Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
ripulio avatar

Ripul Webmcp

  • 2 repo stars
  • Updated April 13, 2026
  • ripulio/web-mcp

Let Claude Code control Chrome — open tabs, interact with pages, and use tools exposed via navigator.modelContext.

About

An MCP server that lets Claude Code drive Chrome browsers — opening tabs, interacting with pages, and using page-specific tools exposed via navigator.modelContext. Developers use it to add live browser automation to an agent workflow.

  • MCP server for Chrome
  • Open and control tabs
  • Page interaction
  • navigator.modelContext tools

Ripul Webmcp by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add ripulio/web-mcp
/plugin install ripul-webmcp@ripul-plugins

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars2
Last updatedApril 13, 2026
Repositoryripulio/web-mcp

What it does

Let Claude Code control Chrome — open tabs, interact with pages, and use tools exposed via navigator.modelContext.

README.md

Web MCP

A monorepo implementing the Web Model Context Protocol for browser integration.

The Web MCP specification defines a navigator.modelContext API that allows web pages to register tools for AI assistants to discover and invoke. This repo provides:

  • An MCP server that connects AI assistants to browser tabs
  • A Chrome extension that exposes page tools to the MCP server
  • A polyfill for the navigator.modelContext API
  • A registry of pre-built tools that can be injected into pages (optional)

How It Works

┌─────────────────────────────────┐
│  AI Assistant (Claude, etc.)   │
└───────────────┬─────────────────┘
                │ stdio
                ▼
┌─────────────────────────────────┐
│     web-mcp-server (CLI)        │
│  MCP server for browser control │
└───────────────┬─────────────────┘
                │ WebSocket
                ▼
┌─────────────────────────────────┐
│   Chrome Extension              │
│  Exposes page tools via MCP     │
└───────────────┬─────────────────┘
                │
                ▼
┌─────────────────────────────────┐
│   Web Pages                     │
│  navigator.modelContext API     │
└─────────────────────────────────┘

Packages

Package Description
web-mcp-server MCP server CLI that enables AI assistants to control browser tabs and invoke page tools
web-mcp-extension Chrome extension for browsing/installing tools and connecting to MCP servers
web-mcp-devtools Chrome DevTools panel for inspecting and testing tools on pages
webmcp-polyfill Browser polyfill implementing the navigator.modelContext API

Quick Start

1. Install the Chrome Extension

See web-mcp-extension for installation instructions.

2. Configure Your AI Assistant

Add the MCP server to your AI assistant's configuration:

{
  "mcpServers": {
    "web-mcp": {
      "command": "npx",
      "args": ["@ripulio/web-mcp-server"]
    }
  }
}

3. Enable Browser Control

In the extension settings, enable browser control to allow the MCP server to interact with your browser.

Development

# Install dependencies
npm install

# Build all packages
npm run build

# Run tests
npm test

# Lint and format
npm run lint
npm run format

Links

License

MIT

Related skills

Automation & Workflowsagentsautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.