
Security News
White House Authorizes Private Companies to Conduct Offensive Cyber Operations
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.
kitewright-mcp
Advanced tools
Kitewright browser-automation MCP server — run with npx, no build step. Backed by the Rust kite engine.
Run the kitewright browser-automation
MCP server with npx — no build step, no cargo. A tiny launcher that resolves
the prebuilt kite binary for your platform and starts it over stdio.
Claude Code
claude mcp add kitewright -- npx -y kitewright-mcp
Cursor / any MCP client (mcp.json)
{
"mcpServers": {
"kitewright": {
"command": "npx",
"args": ["-y", "kitewright-mcp"]
}
}
}
That's it — npx kitewright-mcp with no args starts a stdio MCP server. Pass
flags through for other modes (e.g. npx kitewright-mcp --http for the HTTP
transport).
The prebuilt kite binary ships as an optional per-platform dependency
(@kitewright/mcp-darwin-arm64, -darwin-x64, -linux-x64-gnu,
-win32-x64-msvc) — npm installs only the one matching your OS/arch, the same
pattern esbuild and napi use. The launcher require.resolves it and execs it.
KITE_BINARY=/path/to/kite (local dev / custom build).cargo install --git https://github.com/kitewright/kitewright kitewright.All kitewright env vars apply (KITE_HEADLESS, KITE_IDLE_TIMEOUT_SECS,
KITE_ALLOW_SECRET_FILES, …) — see the main
README.
FAQs
Kitewright browser-automation MCP server — run with npx, no build step. Backed by the Rust kite engine.
We found that kitewright-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
A new federal program will let vetted U.S. cybersecurity firms help investigate and disrupt foreign cybercrime groups under government direction.

Research
/Security News
The campaign amassed more than 75,000 installs by targeting Russian-speaking users seeking access to blocked services.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.