BrowserLemon
BrowserLemon 🍋
这是一个让 AI 通过 MCP 控制本地 Chrome 当前登录会话的开源浏览器桥接器。专注于 SNS 草稿撰写和用户批准后发布的流程。
早期 MVP:未经人工审查请勿发布到运营账号。网站 UI 变更可能导致 element ref 失效。
特性
MCP 标准输入输出(stdio)服务器
使用已登录的 Chrome 标签页:不将 Cookie 和密码复制到 MCP 服务器
页面摘要、标签页列表、导航、点击、输入
draft_social_post以及需要显式confirmed=true的publish_social_post仅限本地主机的 WebSocket 及发布域名 allowlist
MIT 许可证
Related MCP server: Webpage MCP
安装
npm install
npm run build在 Chrome 中打开 chrome://extensions → 开发者模式 → 加载已解压的扩展程序 → 选择此仓库的 extension 文件夹。
MCP 客户端配置示例:
{
"mcpServers": {
"browserlemon": {
"command": "node",
"args": ["/absolute/path/to/browserlemon/dist/index.js"]
}
}
}重启 MCP 客户端后,点击 Chrome 工具栏中的 BrowserLemon 图标。当徽章显示 ON 时,即表示已连接。
推荐工作流
通过
browser_status确认连接通过
list_tabs和read_page确认目标及 composer ref通过
draft_social_post输入内容用户在浏览器中审核内容
仅在用户明确批准时才调用
publish_social_post(confirmed=true)
安全模型
扩展程序以用户的浏览器权限运行,因此功能强大。请仅在受信任的本地 MCP 客户端中运行服务器。桥接器仅绑定到 127.0.0.1,密码输入值会从页面快照中排除。不过,页面正文可能包含个人信息,因此还需确认所连接 AI 服务的数据政策。
支持的发布域名:X/Twitter、LinkedIn、Facebook、Instagram、Threads、Bluesky、Mastodon.social。读取和草稿输入也可在普通 http(s) 页面进行。
贡献
欢迎提交 Bug 报告和 PR。接下来的优先级是 per-site adapter、图片上传、定时发布、审计日志、扩展程序权限细分。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables MCP clients to control and interact with the user's real Chrome browser session, leveraging existing logins, cookies, and extensions for AI-driven automation.5MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to control your webpage via MCP, allowing navigation, screenshots, clicks, content reading, and more through a Chrome extension.19MIT
- AlicenseNot gradedqualityBmaintenanceGives MCP-compatible AI agents direct control of your real browser with existing sessions, logins, and cookies. Supports multiple agents concurrently with tab targeting.21MIT
- AlicenseNot gradedqualityAmaintenanceConnects AI agents to your Chrome browser via MCP, enabling real-time control of existing tabs, sessions, and application state for development workflows.MIT
Related MCP Connectors
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mkseo1012-pixel/browserlemon'
If you have feedback or need assistance with the MCP directory API, please join our Discord server