BrowserLemon

BrowserLemon

Enables AI to control your existing logged-in Chrome session via MCP, supporting social media drafting and explicit user-confirmed publishing.

Category
Visit Server

README

BrowserLemon πŸ‹

둜컬 Chrome의 ν˜„μž¬ 둜그인 μ„Έμ…˜μ„ AIκ°€ MCP둜 μ œμ–΄ν•  수 있게 ν•΄ μ£ΌλŠ” μ˜€ν”ˆμ†ŒμŠ€ λΈŒλΌμš°μ € λΈŒλ¦¬μ§€μž…λ‹ˆλ‹€. SNS μ΄ˆμ•ˆ μž‘μ„±κ³Ό μ‚¬μš©μž 승인 ν›„ κ²Œμ‹œ 흐름에 μ΄ˆμ μ„ 맞μΆ₯λ‹ˆλ‹€.

Early MVP: 직접 κ²€ν†  없이 운영 계정에 κ²Œμ‹œν•˜μ§€ λ§ˆμ„Έμš”. μ‚¬μ΄νŠΈ UI 변경에 따라 element refκ°€ λ¬΄νš¨ν™”λ  수 μžˆμŠ΅λ‹ˆλ‹€.

νŠΉμ§•

  • MCP ν‘œμ€€ μž…μΆœλ ₯(stdio) μ„œλ²„
  • 이미 둜그인된 Chrome νƒ­ μ‚¬μš©: 쿠킀와 λΉ„λ°€λ²ˆν˜Έλ₯Ό MCP μ„œλ²„λ‘œ λ³΅μ‚¬ν•˜μ§€ μ•ŠμŒ
  • νŽ˜μ΄μ§€ μš”μ•½, νƒ­ λͺ©λ‘, 이동, 클릭, μž…λ ₯
  • draft_social_post와 λͺ…μ‹œμ  confirmed=trueκ°€ ν•„μš”ν•œ publish_social_post
  • 둜컬호슀트 μ „μš© WebSocket 및 κ²Œμ‹œ 도메인 allowlist
  • MIT λΌμ΄μ„ μŠ€

μ„€μΉ˜

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이 ν‘œμ‹œλ˜λ©΄ μ—°κ²°λ˜μ—ˆμŠ΅λ‹ˆλ‹€.

ꢌμž₯ μ›Œν¬ν”Œλ‘œ

  1. browser_status둜 μ—°κ²° 확인
  2. list_tabs와 read_page둜 λŒ€μƒ 및 composer ref 확인
  3. draft_social_post둜 κΈ€ μž…λ ₯
  4. μ‚¬μš©μžκ°€ λΈŒλΌμš°μ €μ—μ„œ λ‚΄μš©μ„ κ²€ν† 
  5. μ‚¬μš©μžκ°€ λͺ…μ‹œμ μœΌλ‘œ μŠΉμΈν•œ κ²½μš°μ—λ§Œ publish_social_post(confirmed=true) 호좜

λ³΄μ•ˆ λͺ¨λΈ

ν™•μž₯ ν”„λ‘œκ·Έλž¨μ€ μ‚¬μš©μžμ˜ λΈŒλΌμš°μ € κΆŒν•œμœΌλ‘œ μ‹€ν–‰λ˜λ―€λ‘œ κ°•λ ₯ν•©λ‹ˆλ‹€. μ‹ λ’°ν•˜λŠ” 둜컬 MCP ν΄λΌμ΄μ–ΈνŠΈμ—μ„œλ§Œ μ„œλ²„λ₯Ό μ‹€ν–‰ν•˜μ„Έμš”. λΈŒλ¦¬μ§€λŠ” 127.0.0.1μ—λ§Œ λ°”μΈλ”©λ˜λ©° λΉ„λ°€λ²ˆν˜Έ μž…λ ₯값은 νŽ˜μ΄μ§€ μŠ€λƒ…μƒ·μ—μ„œ μ œμ™Έλ©λ‹ˆλ‹€. λ‹€λ§Œ νŽ˜μ΄μ§€ λ³Έλ¬Έμ—λŠ” κ°œμΈμ •λ³΄κ°€ 포함될 수 μžˆμœΌλ―€λ‘œ μ—°κ²°ν•œ AI μ„œλΉ„μŠ€μ˜ 데이터 정책도 확인해야 ν•©λ‹ˆλ‹€.

지원 κ²Œμ‹œ 도메인: X/Twitter, LinkedIn, Facebook, Instagram, Threads, Bluesky, Mastodon.social. μ½κΈ°Β·μ΄ˆμ•ˆ μž…λ ₯은 일반 http(s) νŽ˜μ΄μ§€μ—μ„œλ„ κ°€λŠ₯ν•©λ‹ˆλ‹€.

κΈ°μ—¬

버그 λ¦¬ν¬νŠΈμ™€ PR을 ν™˜μ˜ν•©λ‹ˆλ‹€. λ‹€μŒ μš°μ„ μˆœμœ„λŠ” per-site adapter, 이미지 μ—…λ‘œλ“œ, μ˜ˆμ•½ κ²Œμ‹œ, 감사 둜그, ν™•μž₯ ν”„λ‘œκ·Έλž¨ κΆŒν•œ μ„ΈλΆ„ν™”μž…λ‹ˆλ‹€.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured