mcpbeat Sign in

Behavior Runtime MCP Server

local only

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

In-browser ~60Hz behavior tree execution engine with reactive triggers and safety guardrails.

Installs per day peak 1 335 · avg 142
a month agotoday
4 139
Installs / week
npm · @putervision/behavior-mcp
2
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 19 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.

Builds a file path from a variable src/cli/init.ts:58
  const filePath = path.join(root, relativePath);

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

Alternatives to Behavior Runtime MCP

same job, measured the same way
kite-lite
by mauricioperera

Fetch, parse, screenshot and browse pages via MCP without a real browser -- no JS execution.

local only
Ghostfox
by autokeren

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

local only
Draw Flow MCP Server
by hj1003862396

MCP server for Next AI Draw.io - AI-powered diagram generation with real-time browser preview

27 installs/wk local only
E2e Runner
by fastslack

JSON-driven E2E test runner with parallel Chrome pool execution and 16 MCP tools.

53 installs/wk local only
Vessel Browser
by unmodeled-tyler

AI-native browser runtime for autonomous agents with human-in-the-loop supervision

242 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
Stealth Agent Browser
by ykshah1309

Stealth Chromium MCP server with hybrid AOM + Set-of-Mark vision and Readability extraction.

41 installs/wk local only

Behavior Runtime MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Behavior Runtime MCP?
Behavior Runtime MCP 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 @putervision/behavior-mcp was installed 4 139 times last week.
How do I connect Behavior Runtime MCP?
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 @putervision/behavior-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Behavior Runtime MCP?
The npm package @putervision/behavior-mcp was installed 4 139 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Behavior Runtime MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 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.