LionScraper MCP + CLI + HTTP API (Node) runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 8 Apr 2026.
LionScraper Node: MCP stdio + CLI + HTTP API bridging AI to LionScraper browser extension.
We read the source, 21 h ago · rules 3dff92dd89df
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.
const child = spawn(process.execPath, [lionscraperJs, ...args], {
subprocess.Popen(args, **popen_kw) # noqa: S603
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add lionscraper-node -- npx -y lionscraper
{
"mcpServers": {
"lionscraper-node": {
"args": [
"-y",
"lionscraper"
],
"command": "npx"
}
}
}
[mcp_servers.lionscraper-node]
command = "npx"
args = ["-y", "lionscraper"]
{
"mcpServers": {
"lionscraper-node": {
"args": [
"-y",
"lionscraper"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"lionscraper-node": {
"args": [
"-y",
"lionscraper"
],
"command": "npx"
}
}
}
LionScraper Python: MCP stdio + CLI + HTTP API bridging AI to LionScraper browser extension.
Hyperbrowser MCP — wraps the Hyperbrowser AI-agent browsing API
MCP server + Chrome extension for AI browser control with real sessions.
Radio MCP — wraps Radio Browser API (free, no auth)
Build, run, inspect, and publish browser extensions from any MCP client. 30 tools, 11 browsers.
Drive your real, logged-in Chrome from any AI agent - 40 tools. Needs our Chrome extension too.
Stealthy browser automation, testing, and web-scraping via CDP Mode.
Browser tasks, sessions, and recipes for MCP and HTTP automation.
Answers built from our own checks of this server.