mcpbeat Sign in

Morfiade MCP Server

by morfiade-app Your server? Claim it
local only

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

Manage local Chrome profiles on Windows: own cookies, sessions and proxy per profile.

Installs / week
pypi · morfiade-mcp
0
Stars
0 open issues
16 Sep 2026
Last commit
no recent releases
MIT
License
Python

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.

        return subprocess.call(command, stdin=sys.stdin, stdout=sys.stdout,
Builds a file path from a variable morfiade_mcp.py:79, [пакет] morfiade_mcp.py:79
            candidate = os.path.join(base, folder, EXE_NAME)

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

Alternatives to Morfiade

same job, measured the same way
LinkedIn
by johannsenlum

Read LinkedIn profiles, companies, jobs and messages via your own browser session

224 installs/wk local only
Browser MCP Cdp
by zhiqi-li

Local Chrome via CDP with profile-snapshot isolation and shared-broker multi-client support

36 installs/wk local only
Pagerunner — The Browser Layer That Learns
by enreign

Real Chrome profiles with site intelligence — already logged in, PII anonymization, sessions persist

71 installs/wk local only
LinkedIn Toolkit
by formatixai

LinkedIn for AI agents from your own Chrome session: search, profiles, lists, outreach queue.

142 installs/wk local only
Perfonext Profiler MCP
by souvikdu

MCP server for analyzing V8/Chrome CPU profiles with line-level tick attribution.

267 installs/wk local only
Real Browser
by ofershap

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

83 installs/wk local only
I
FireKey MCP
by partnerhbhl

Manage FireKey browser profiles and browser lifecycles through an authenticated localhost API.

63 installs/wk local only
O
Crx Permission Risk
by zovo

Score the privilege a Chrome MV3 extension takes from its manifest, and diff permission sets.

3 tools answering

Morfiade — questions

Answers built from our own checks of this server.

Why is there no uptime for Morfiade?
Morfiade 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 pypi package morfiade-mcp.
How do I connect Morfiade?
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 morfiade-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Morfiade open source?
Yes — it is published under the MIT licence, written in Python 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.