Skip to main content
Glama

302AI BrowserUse MCP Server

Official
by 302ai

🤖 302AIブラウザMCPサーバーを使用🚀✨

プレビュー

使用例をいくつか紹介します

サポートされているツールのリストはこちらです

✨ 特徴 ✨

  • 🔧 動的ロード - リモート サーバーからツール リストを自動的に更新します。
  • 🌐 複数のモードがサポートされており、 stdinモードをローカルで使用することも、リモート HTTP サーバーとしてホストすることもできます。

🚀 ツールリスト

発達

依存関係をインストールします:

npm install

サーバーを構築します。

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. 🛠 チームおよび中小企業向けの強力な管理バックエンド - 1 人が管理し、多くの人が使用します。
  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 が Web を閲覧できるようにするモデル コンテキスト プロトコル サーバー。これにより、AI が Web コンテンツにアクセスして対話できるようになると考えられます。

  1. プレビュー
    1. ✨ 特徴 ✨
      1. 🚀 ツールリスト
        1. 発達
          1. インストール
            1. 302AI_API_KEYはこちら
            2. デバッグ
          2. ✨ 302.AIについて ✨

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              A Model Context Protocol server for Claude Desktop that provides structured memory management across chat sessions, allowing Claude to maintain context and build a knowledge base within project directories.
              Last updated -
              2
              TypeScript
            • A
              security
              A
              license
              A
              quality
              A collection of Model Context Protocol servers that enable Claude Desktop to provide development assistance capabilities with filesystem, Git, shell command, and web search functionality without incurring API usage costs.
              Last updated -
              2
              19
              TypeScript
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              Model Context Protocol server that enables Claude Desktop (or any MCP client) to fetch web content and process images appropriately.
              Last updated -
              1
              11
              MIT License
              • Apple
            • A
              security
              A
              license
              A
              quality
              A Model Context Protocol server that enables Claude to perform advanced web research with intelligent search queuing, enhanced content extraction, and deep research capabilities.
              Last updated -
              3
              8
              1
              TypeScript
              MIT License
              • Apple

            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