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. 🚀 基于基础模型开发深度应用程序——我们开发真正的人工智能产品,而不仅仅是简单的聊天机器人
  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
              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