mcpbeat Sign in

Personae MCP Server

by leek-emperor Your server? Claim it
local only

Personae runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 8 Sep 2026.

Control specific, already-open account-isolated Personae browser identities with MCP.

Installs / week
npm · @leek-emperor/personae-mcp
0
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

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

File ships in the package but is absent from the source [пакет] mcp-server.mjs:1
этот файл ставится пользователю, но в репозитории его нет
Touches key and credential files electron-builder.yml:19
  - '!{.env,.env.*,.npmrc,pnpm-lock.yaml}'

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

Alternatives to Personae

same job, measured the same way
GDD - AI-Controlled Browser Farm
by imvsmirnov

AI-controlled browser farm: N isolated Chromium instances with 36 MCP tools

local only
Argus
by pochtmanr

Drive Argus anti-detect browser profiles: isolated identities with their own fingerprint and proxy.

local only
Real Browser
by ofershap

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

70 installs/wk local only
openDAW MCP
by ameobius

262 MCP tools for agent-native control of openDAW, a browser-based DAW

local only
Openevidence MCP
by bakhtiersizhaev

Unofficial MCP server connecting OpenEvidence to AI agents via authenticated browser sessions

29 installs/wk local only
Leapfrog
by anthonybono21-cloud

Multi-session browser MCP — 15 parallel isolated browsers, 37 tools, stealth, self-improvement.

20 installs/wk local only
x-use
by ihuzaifashoukat

Browser-native AI agents for X (Twitter): multi-account, MCP-ready, no X API key required.

112 installs/wk local only
Browser Agent
by runbook-ai

MCP server for browser automation with AI agent

55 installs/wk local only

Personae — questions

Answers built from our own checks of this server.

Why is there no uptime for Personae?
Personae 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 @leek-emperor/personae-mcp.
How do I connect Personae?
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 @leek-emperor/personae-mcp straight from npm; nothing to host, nothing to sign up for.
Is Personae open source?
Yes — it is published under the MIT licence, written in TypeScript 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.