livemcp
v1.3.0
Published
MCP server that gives AI direct access to your real browser — tabs, cookies, session state, and all.
Maintainers
Readme
Install
npx livemcpOr add to your MCP client config:
{
"mcpServers": {
"livemcp": {
"command": "npx",
"args": ["-y", "livemcp"]
}
}
}Requirements
Install the companion browser extension from the main repo. Click Connect in the extension popup after starting the server.
Configuration
| Variable | Default | Description |
|----------|---------|-------------|
| LIVEMCP_PORT | 17691 | WebSocket port (match in extension popup) |
Architecture
MCP Client ←—stdio—→ livemcp ←—WebSocket—→ Browser Extension ←—chrome.*—→ BrowserLinks
- GitHub repo — full source, extension, docs
- MIT License
