Skip to main content
Glama

302AI BrowserUse MCP Server

Official
by 302ai

🤖 302AI 브라우저MCP 서버 사용🚀✨

미리보기

다음은 몇 가지 사용 예입니다.

지원되는 도구 목록은 다음과 같습니다.

✨ 특징 ✨

  • 🔧 동적 로딩 - 원격 서버에서 도구 목록을 자동으로 업데이트합니다.
  • 🌐 다양한 모드가 지원되므로 로컬에서 stdin 모드를 사용하거나 원격 HTTP 서버로 호스팅할 수 있습니다.

🚀 도구 목록

개발

종속성 설치:

지엑스피1

서버를 빌드하세요:

npm run build

자동 재빌드를 사용한 개발의 경우:

npm run watch

설치

Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.

MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

{ "mcpServers": { "302ai-browser-use-mcp": { "command": "npx", "args": ["-y", "@302ai/browser-use-mcp"], "env": { "302AI_API_KEY": "YOUR_API_KEY_HERE" } } } }

Cherry Studio와 함께 사용하려면 서버 구성을 추가하세요.

{ "mcpServers": { "Li2ZXXJkvhAALyKOFeO4N": { "name": "302ai-browser-use-mcp", "description": "", "isActive": true, "registryUrl": "", "command": "npx", "args": [ "-y", "@302ai/browser-use-mcp" ], "env": { "302AI_API_KEY": "YOUR_API_KEY_HERE" } } } }

ChatWise와 함께 사용하려면 다음 내용을 클립보드에 복사하세요.

{ "mcpServers": { "302ai-sandbox-mcp": { "command": "npx", "args": ["-y", "@302ai/browser-use-mcp"], "env": { "302AI_API_KEY": "YOUR_API_KEY_HERE" } } } }

설정 -> 도구 -> 버튼 추가 -> 클립보드에서 가져오기 선택으로 이동하세요.

여기에서 302AI_API_KEY를 찾으세요

튜토리얼 사용

디버깅

MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.

npm run inspector

검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.

✨ 302.AI 소개 ✨

302.AI 는 종량제 서비스, 바로 사용 가능한 솔루션, 오픈 소스 생태계를 제공하는 기업 중심의 AI 애플리케이션 플랫폼입니다.✨

  1. 🧠 언어 모델, 이미지 모델, 음성 모델, 비디오 모델을 포함하되 이에 국한되지 않는 최신의 가장 포괄적인 AI 기능과 브랜드를 통합합니다.
  2. 🚀 기초 모델을 기반으로 심층적인 애플리케이션을 개발합니다. 단순한 챗봇이 아닌 실제 AI 제품을 개발합니다.
  3. 💰 월 이용료 없음, 모든 기능은 사용량에 따라 지불, 완전 개방, 매우 낮은 장벽과 높은 잠재력을 달성.
  4. 🛠 팀과 중소기업을 위한 강력한 관리 백엔드 - 한 사람이 관리하고, 여러 사람이 사용합니다.
  5. 🔗 모든 AI 기능은 API 액세스를 제공하고, 모든 도구는 오픈 소스이며 사용자 정의가 가능합니다(진행 중).
  6. 💡 탄탄한 개발팀을 갖추고 있으며, 매주 2~3개의 신규 애플리케이션을 출시하고 매일 업데이트되는 제품을 선보입니다. 참여를 원하시는 개발자분들은 언제든지 문의해 주세요.
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Claude Desktop이 웹을 탐색할 수 있도록 하는 모델 컨텍스트 프로토콜 서버로, AI가 웹 콘텐츠에 접근하여 상호 작용할 수 있도록 해줍니다.

  1. 미리보기
    1. ✨ 특징 ✨
      1. 🚀 도구 목록
        1. 개발
          1. 설치
            1. 여기에서 302AI\_API\_KEY를 찾으세요
            2. 디버깅
          2. ✨ 302.AI 소개 ✨

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants like Claude to browse and analyze Reddit content, including searching subreddits, retrieving post details with comments, and viewing trending posts.
              Last updated -
              1
              Python
              MIT License
              • Apple
            • A
              security
              F
              license
              A
              quality
              A Model Context Protocol server that connects Claude and other AI assistants to your Notion workspace, allowing AIs to interact with databases, pages, and blocks.
              Last updated -
              12
              0
              10
              JavaScript
              • Apple
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables AI clients to interact with virtual Ubuntu desktops, allowing them to browse the web, run code, and control instances through mouse/keyboard actions and bash commands.
              Last updated -
              5
              9
              JavaScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol server that enables AI assistants like Claude to interact with Zulip workspaces, supporting capabilities such as posting messages, listing channels, sending direct messages, and accessing conversation history.
              Last updated -
              JavaScript
              Apache 2.0

            View all related MCP servers

            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/302ai/302_browser_use_mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server