mcpbeat Sign in

Extensiondev MCP Server

by extensiondev Your server? Claim it
local only

Extensiondev runs on your own machine — the client starts it, so there is no endpoint to ping. 180 installs a week from npm. Last commit 16 Sep 2026.

Build, run, inspect, and publish browser extensions from any MCP client. 30 tools, 11 browsers.

Installs per day peak 169 · avg 40 · -14% w/w
a month agotoday
180
Installs / week
npm · @extension.dev/mcp
1
Stars
1 open issues
16 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

…r.enumerable}),{getValue:function(){return n},setValue:function(e){n=""+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e,t,""+e[t])}}function e7(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=e5(e)?e.checked?"true":"fa…
  function spawn(
        return fs.readFileSync(path.join(ioDir, name), "utf8");

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp -- npx -y @extension.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@extension.dev/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "@extension.dev/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@extension.dev/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "@extension.dev/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Extensiondev

same job, measured the same way
Agent360 Browser MCP
by agent360dk

Drive your real, logged-in Chrome from any AI agent - 40 tools. Needs our Chrome extension too.

1 456 installs/wk local only
AIHawk
by feder-cr

AI browser agent: browses, clicks, types, and reads real web pages from plain-English instructions.

local only
Cws
by mikusnuz

MCP server for Chrome Web Store — extension upload, publish, status, and rollout

36 installs/wk local only
Figranium MCP
by figranium

MCP server for creating, running, inspecting, and scheduling Figranium browser automations.

623 installs/wk local only
Keyframe
by kendall8388

Build, inspect and export editable 2D skeletal animations in the free Keyframe.it browser editor.

99 installs/wk local only
Ainative Browser MCP
by ainative-studio

AI-powered browser automation MCP — 6 tools for web interaction, extraction, and validation.

321 installs/wk local only
Real Browser
by ofershap

MCP server + Chrome extension for AI browser control with real sessions.

83 installs/wk local only
Busymate DevTools
by busymate

Capture, inspect & debug HTTPS traffic across iOS, Android, browsers & backends — 304 MCP tools.

48 tools answering

Extensiondev — questions

Answers built from our own checks of this server.

Why is there no uptime for Extensiondev?
Extensiondev runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @extension.dev/mcp was installed 180 times last week.
How do I connect Extensiondev?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @extension.dev/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Extensiondev?
The npm package @extension.dev/mcp was installed 180 times in the last week. Week over week that is -14%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Extensiondev open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.