mcpbeat Sign in

Plasmate MCP Server

by plasmate-labs Your server? Claim it
local only

Plasmate runs on your own machine — the client starts it, so there is no endpoint to ping. 35 installs a week from npm. Last commit 17 Aug 2026.

Browser engine for AI agents. HTML in, Semantic Object Model out. 16x fewer tokens.

Installs per day peak 23 · avg 7 · -21% w/w
a month agotoday
35
Installs / week
npm · plasmate-mcp
0
Stars
0 open issues
17 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Plasmate every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 plasmate -- npx -y plasmate-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "plasmate": {
      "args": [
        "-y",
        "plasmate-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.plasmate]
command = "npx"
args = ["-y", "plasmate-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "plasmate": {
      "args": [
        "-y",
        "plasmate-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "plasmate": {
      "args": [
        "-y",
        "plasmate-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Plasmate

same job, measured the same way
Ghostfox
by autokeren

Self-hosted stealth browser for AI agents: Firefox engine + Rust MCP runtime

local only
ZeroDOM
by devhusnainai

Token-optimized interaction graph for AI browser agents — 71% fewer tokens than ARIA snapshots.

260 installs/wk local only
C
Reflex
by reflexmcp

Browser automation for AI agents: compressed page snapshots, batched actions, fewer tokens.

33 installs/wk local only
Substrate Browser
by manuelinuxkr

Token-first headless browser for AIs. Extracts a tiny semantic graph, cutting HTML bloat by 95%.

31 installs/wk local only
Looking Glass MCP
by sahib-sawhney-wh

AI-native browser for agents. 71 tools with self-healing, semantic extraction, vault CLI.

27 installs/wk local only
Cssprobe CLI
by mack-peng

Runtime CSS probe — inspect layout, overflow, scroll chains in a real browser. For AI agents.

388 installs/wk local only
Flyto Core
by flytohub

Execution engine for AI agents. 412 modules: browser, file, Docker, data, crypto.

3 383 installs/wk local only
B4n1Web
by b4n1-com

Ultra-lightweight browser engine for AI agents. 33 MCP tools, 4 SDKs, cross-platform.

629 installs/wk local only

Plasmate — questions

Answers built from our own checks of this server.

Why is there no uptime for Plasmate?
Plasmate 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 plasmate-mcp was installed 35 times last week.
How do I connect Plasmate?
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 plasmate-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Plasmate?
The npm package plasmate-mcp was installed 35 times in the last week. Week over week that is -21%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Plasmate open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.