Vessel is an open-source, chromium-based browser designed for persistent web agents, providing a human-visible supervisory interface and durable state management for long-running workflows.
From the registry: AI-native browser runtime for autonomous agents with human-in-the-loop supervision

$ npx @quanta-intellect/vessel-browserPlease install the `vessel-browser` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js** — Required to run via npm/npx (https://nodejs.org/)
- **Vessel Browser running** — Vessel must already be running when your MCP client connects Run: `npx @quanta-intellect/vessel-browser`
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@quanta-intellect/vessel-browser","--stdio"]
Note: Vessel is a Chromium-based browser for persistent web agents. The recommended stdio config uses the vessel-browser-mcp helper with --stdio flag which reads bearer token from ~/.config/vessel/mcp-auth.json automatically. HTTP transport is also available at http://127.0.0.1:3100/mcp with bearer token.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.MCP_PORTrequiredThe port for the MCP server, default is 3100.AI-powered browser automation — navigate, click, fill forms, and extract data from any website.